-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathphpstan.neon
More file actions
30 lines (29 loc) · 980 Bytes
/
phpstan.neon
File metadata and controls
30 lines (29 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon
- vendor/phpstan/phpstan-symfony/extension.neon
- vendor/phpstan/phpstan-symfony/rules.neon
- vendor/phpstan/phpstan-doctrine/extension.neon
- vendor/phpstan/phpstan-doctrine/rules.neon
- phar://phpstan.phar/conf/bleedingEdge.neon
parameters:
tmpDir: var/phpstan
level: max
paths:
- src
- bin
- tests
- config
scanFiles:
- vendor/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php
excludePaths:
- tests/bootstrap.php
- tests/object-manager.php
- tests/Panther
- config/reference.php
- config/packages
symfony:
containerXmlPath: var/cache/dev/SpeedPuzzling_Web_SymfonyApplicationKernelDevDebugContainer.xml
doctrine:
objectManagerLoader: tests/object-manager.php
checkUninitializedProperties: true