Skip to content

Commit f9c3740

Browse files
committed
Add phpstan-symfony config
1 parent cfc3ae4 commit f9c3740

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpstan.neon.dist

+4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
includes:
22
- phpstan-baseline.neon
3+
- vendor/phpstan/phpstan-symfony/extension.neon
4+
- vendor/phpstan/phpstan-symfony/rules.neon
35

46
parameters:
7+
scanFiles:
8+
- vendor/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php
59

610
level: 1
711
paths:

0 commit comments

Comments
 (0)