2025-01-16 22:33:04 +01:00
|
|
|
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 22:33:04 +01:00
|
|
|
|
2025-01-16 21:42:05 +01:00
|
|
|
reportUnmatchedIgnoredErrors: false
|
|
|
|
treatPhpDocTypesAsCertain: false
|
|
|
|
|