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 9b2761b commit 463bae8Copy full SHA for 463bae8
phpstan.neon
@@ -1,6 +1,6 @@
1
parameters:
2
ignoreErrors:
3
- - '/Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface::/'
4
- - '/Calling method \w+ on possibly null value of type Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface|null/'
+ - '/Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent/'
+ - '/Call to an undefined method Symfony\\Component\\Console\\Event\\ConsoleEvent::getExitCode\(\)\./'
5
includes:
6
- vendor/phpstan/phpstan-phpunit/extension.neon
0 commit comments