Skip to content

Commit cabd27b

Browse files
committed
Fix CS, remove unneeded ignore in PHPStan config
1 parent ae197d0 commit cabd27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
- "/Call to function method_exists.. with 'Symfony.+' and 'getProjectDir' will always evaluate to false./"
88
excludes_analyse:
99
- '%currentWorkingDirectory%/src/DependencyInjection/Configuration.php'
10-
- '%currentWorkingDirectory%/test/EventListener/ExceptionListenerTest.php'
10+
1111
includes:
1212
- vendor/jangregor/phpstan-prophecy/src/extension.neon
1313
- vendor/phpstan/phpstan-phpunit/extension.neon

0 commit comments

Comments
 (0)