Skip to content

Commit 463bae8

Browse files
committed
Fix PHPStan ingoreErrors
1 parent 9b2761b commit 463bae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpstan.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
parameters:
22
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/'
3+
- '/Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent/'
4+
- '/Call to an undefined method Symfony\\Component\\Console\\Event\\ConsoleEvent::getExitCode\(\)\./'
55
includes:
66
- vendor/phpstan/phpstan-phpunit/extension.neon

0 commit comments

Comments
 (0)