File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,10 @@ name: rector
14
14
jobs :
15
15
rector :
16
16
uses : yiisoft/actions/.github/workflows/rector.yml@master
17
+ secrets :
18
+ token : ${{ secrets.YIISOFT_GITHUB_TOKEN }}
17
19
with :
18
20
os : >-
19
21
['ubuntu-latest']
20
22
php : >-
21
- ['8.0 ']
23
+ ['8.3 ']
Original file line number Diff line number Diff line change 31
31
"maglnet/composer-require-checker" : " ^4.2" ,
32
32
"nyholm/psr7" : " ^1.4" ,
33
33
"phpunit/phpunit" : " ^9.5" ,
34
- "rector/rector" : " ^0.18 .0" ,
34
+ "rector/rector" : " ^0.19 .0" ,
35
35
"roave/infection-static-analysis-plugin" : " ^1.18" ,
36
36
"spatie/phpunit-watcher" : " ^1.23" ,
37
37
"vimeo/psalm" : " ^4.30|^5.3" ,
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public function testMiddlewareFullStackCalled(): void
101
101
[],
102
102
null ,
103
103
'1.1 ' ,
104
- implode ($ request ->getAttributes ())
104
+ implode ('' , $ request ->getAttributes ())
105
105
);
106
106
107
107
$ dispatcher = $ this
You can’t perform that action at this time.
0 commit comments