14 lines
330 B
Text
14 lines
330 B
Text
|
|
includes:
|
||
|
|
- vendor/phpstan/phpstan-symfony/extension.neon
|
||
|
|
- vendor/phpstan/phpstan-doctrine/extension.neon
|
||
|
|
|
||
|
|
parameters:
|
||
|
|
level: 9
|
||
|
|
paths:
|
||
|
|
- src
|
||
|
|
- tests
|
||
|
|
symfony:
|
||
|
|
containerXmlPath: var/cache/dev/App_KernelDevDebugContainer.xml
|
||
|
|
doctrine:
|
||
|
|
objectManagerLoader: tests/bootstrap.php
|