Skip to content

Commit 6f0d6e0

Browse files
Update rector/rector requirement from ^0.18.0 to ^0.19.0 (#90)
Co-authored-by: Sergei Predvoditelev <[email protected]>
1 parent 3b0b24e commit 6f0d6e0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/rector.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ name: rector
1414
jobs:
1515
rector:
1616
uses: yiisoft/actions/.github/workflows/rector.yml@master
17+
secrets:
18+
token: ${{ secrets.YIISOFT_GITHUB_TOKEN }}
1719
with:
1820
os: >-
1921
['ubuntu-latest']
2022
php: >-
21-
['8.0']
23+
['8.3']

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"maglnet/composer-require-checker": "^4.2",
3232
"nyholm/psr7": "^1.4",
3333
"phpunit/phpunit": "^9.5",
34-
"rector/rector": "^0.18.0",
34+
"rector/rector": "^0.19.0",
3535
"roave/infection-static-analysis-plugin": "^1.18",
3636
"spatie/phpunit-watcher": "^1.23",
3737
"vimeo/psalm": "^4.30|^5.3",

tests/MiddlewareDispatcherTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function testMiddlewareFullStackCalled(): void
101101
[],
102102
null,
103103
'1.1',
104-
implode($request->getAttributes())
104+
implode('', $request->getAttributes())
105105
);
106106

107107
$dispatcher = $this

0 commit comments

Comments
 (0)