Skip to content

Commit 8c451c7

Browse files
Bump rector (#1765)
1 parent a168bcc commit 8c451c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"phpunit/phpunit": "^9.5",
6868
"psalm/plugin-phpunit": "^0.18",
6969
"psalm/plugin-symfony": "^5.0",
70-
"rector/rector": "^0.19",
70+
"rector/rector": "^1.1",
7171
"symfony/browser-kit": "^5.4 || ^6.2",
7272
"symfony/css-selector": "^5.4 || ^6.2",
7373
"symfony/filesystem": "^5.4 || ^6.2",

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
<referencedMethod name="Symfony\Component\Console\Helper\HelperInterface::ask"/>
3131
</errorLevel>
3232
</UndefinedInterfaceMethod>
33+
<MissingClassConstType errorLevel="suppress"/>
3334
</issueHandlers>
3435
</psalm>

0 commit comments

Comments
 (0)