Kumora/phpstan.dist.neon
Melaine Gérard 062c5f5895
All checks were successful
Apply PHP CS Fixer / php-cs-fixer (push) Successful in 12s
CI / build-test (push) Successful in 1m19s
rector / Rector (push) Successful in 1m28s
Lint fix
2025-01-22 20:17:44 +01:00

22 lines
412 B
Plaintext

includes:
- phpstan-baseline.neon
parameters:
level: 5
paths:
- src
excludePaths:
- tests
symfony:
containerXmlPath: var/cache/dev/App_KernelDevDebugContainer.xml
strictRules:
noVariableVariables: false
ignoreErrors:
-
identifier: property.unusedType
reportUnmatchedIgnoredErrors: false
treatPhpDocTypesAsCertain: false