Skip to content

Commit

Permalink
Update rector/rector requirement from ^0.17.0 to ^0.18.3 (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <[email protected]>
  • Loading branch information
dependabot[bot] and vjik authored Sep 13, 2023
1 parent 91cb7fc commit 799ada7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ name: rector
jobs:
rector:
uses: yiisoft/actions/.github/workflows/rector.yml@master
secrets:
token: ${{ secrets.YIISOFT_GITHUB_TOKEN }}
with:
os: >-
['ubuntu-latest']
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require-dev": {
"maglnet/composer-require-checker": "^4.2",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.17.0",
"rector/rector": "^0.18.3",
"roave/infection-static-analysis-plugin": "^1.16",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.30|^5.8"
Expand Down
3 changes: 0 additions & 3 deletions src/Provider/ListenerCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ public function getForEvents(string ...$eventClassNames): iterable
*
* Any callable could be used be it a closure, invokable object or array referencing a class or object.
*
* @param callable $listener
* @param string ...$eventClassNames
*
* @throws InvalidArgumentException If callable is invalid.
*/
public function add(callable $listener, string ...$eventClassNames): self
Expand Down

0 comments on commit 799ada7

Please sign in to comment.