21 lines
No EOL
421 B
Text
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 |