foundation/phpstan.neon
2025-06-13 18:29:55 +02:00

21 lines
No EOL
421 B
Text

includes:
- phpstan-baseline.neon
parameters:
level: 6
paths:
- src
# Bootstrap for autoloading
bootstrapFiles:
- vendor/autoload.php
# Enable generic templates
inferPrivatePropertyTypeFromConstructor: true
# Ignore patterns
ignoreErrors:
-
identifier: missingType.iterableValue
-
identifier: missingType.generics