You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
568 B
17 lines
568 B
# Dependency notes (composer why): |
|
# - phpdocumentor/reflection-docblock: required directly; symfony/* constrain <6 |
|
# - phpstan/phpdoc-parser: direct + reflection-docblock / type-resolver |
|
includes: |
|
- vendor/phpstan/phpstan-symfony/extension.neon |
|
- vendor/phpstan/phpstan-doctrine/extension.neon |
|
- phpstan-baseline.neon |
|
|
|
parameters: |
|
level: 5 |
|
paths: |
|
- src |
|
- tests |
|
symfony: |
|
containerXmlPath: var/cache/dev/App_KernelDevDebugContainer.xml |
|
doctrine: |
|
objectManagerLoader: tests/phpstan-doctrine-object-manager.php
|
|
|