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 0a081b5 commit 774a729Copy full SHA for 774a729
phpstan.neon
@@ -3,9 +3,5 @@ parameters:
3
paths:
4
- %currentWorkingDirectory%/Command
5
- %currentWorkingDirectory%/Tests
6
- ignoreErrors:
7
- # This is due to a bug in DoctrineBundle
8
- - '~Parameter \#2 \$connName of static method Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DoctrineCommandHelper::setApplicationConnection\(\) expects string, array\<string\>\|bool\|string\|null given\.~'
9
- - '~Parameter \#2 \$emName of static method Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DoctrineCommandHelper::setApplicationEntityManager\(\) expects string, array\<string\>\|bool\|string\|null given\.~'
10
includes:
11
- vendor/phpstan/phpstan-strict-rules/rules.neon
0 commit comments