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 ef556db commit c857b52Copy full SHA for c857b52
phpstan.neon.dist
@@ -35,6 +35,7 @@ parameters:
35
- src/*/vendor/*
36
# Symfony 6 support
37
- src/Symfony/Bundle/ArgumentResolver/CompatibleValueResolverInterface.php
38
+ - tests/Fixtures/app/config/reference.php
39
earlyTerminatingMethodCalls:
40
PHPUnit\Framework\Constraint\Constraint:
41
- fail
@@ -183,6 +184,3 @@ parameters:
183
184
identifier: method.notFound
185
paths:
186
- tests/Functional/JsonStreamerTest.php
- -
187
- paths:
188
- - tests/Fixtures/app/config/reference.php
0 commit comments