Kumora/phpstan.dist.neon

22 lines
412 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-22 20:17:44 +01:00
ignoreErrors:
-
identifier: property.unusedType
2025-01-16 21:42:05 +01:00
2025-01-16 21:42:05 +01:00
reportUnmatchedIgnoredErrors: false
treatPhpDocTypesAsCertain: false