We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a168bcc commit 8c451c7Copy full SHA for 8c451c7
composer.json
@@ -67,7 +67,7 @@
67
"phpunit/phpunit": "^9.5",
68
"psalm/plugin-phpunit": "^0.18",
69
"psalm/plugin-symfony": "^5.0",
70
- "rector/rector": "^0.19",
+ "rector/rector": "^1.1",
71
"symfony/browser-kit": "^5.4 || ^6.2",
72
"symfony/css-selector": "^5.4 || ^6.2",
73
"symfony/filesystem": "^5.4 || ^6.2",
psalm.xml
@@ -30,5 +30,6 @@
30
<referencedMethod name="Symfony\Component\Console\Helper\HelperInterface::ask"/>
31
</errorLevel>
32
</UndefinedInterfaceMethod>
33
+ <MissingClassConstType errorLevel="suppress"/>
34
</issueHandlers>
35
</psalm>
0 commit comments