Skip to content

Commit

Permalink
Bump rector (#1765)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Jun 19, 2024
1 parent a168bcc commit 8c451c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.18",
"psalm/plugin-symfony": "^5.0",
"rector/rector": "^0.19",
"rector/rector": "^1.1",
"symfony/browser-kit": "^5.4 || ^6.2",
"symfony/css-selector": "^5.4 || ^6.2",
"symfony/filesystem": "^5.4 || ^6.2",
Expand Down
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
<referencedMethod name="Symfony\Component\Console\Helper\HelperInterface::ask"/>
</errorLevel>
</UndefinedInterfaceMethod>
<MissingClassConstType errorLevel="suppress"/>
</issueHandlers>
</psalm>

0 comments on commit 8c451c7

Please sign in to comment.