2021-09-07 09:52:14 +02:00
|
|
|
includes:
|
|
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
2024-06-27 09:48:33 +02:00
|
|
|
level: max
|
|
|
|
paths:
|
|
|
|
- Classes
|
|
|
|
- Configuration
|
|
|
|
reportUnmatchedIgnoredErrors: true
|
|
|
|
|
|
|
|
ignoreErrors:
|
|
|
|
-
|
|
|
|
identifier: missingType.generics
|
|
|
|
-
|
|
|
|
identifier: missingType.iterableValue
|