Skip to content

Commit 774a729

Browse files
committed
Drop ignore rules
These errors no longer seem to happen.
1 parent 0a081b5 commit 774a729

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

phpstan.neon

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,5 @@ parameters:
33
paths:
44
- %currentWorkingDirectory%/Command
55
- %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\.~'
106
includes:
117
- vendor/phpstan/phpstan-strict-rules/rules.neon

0 commit comments

Comments
 (0)