Kumora/phpstan.dist.neon

19 lines
340 B
Plaintext
Raw Normal View History

includes:
- phpstan-baseline.neon
2025-01-16 21:42:05 +01:00
parameters:
level: 5
paths:
- src
excludePaths:
- tests
symfony:
containerXmlPath: var/cache/dev/App_KernelDevDebugContainer.xml
strictRules:
noVariableVariables: false
2025-01-16 21:42:05 +01:00
reportUnmatchedIgnoredErrors: false
treatPhpDocTypesAsCertain: false