tracking/phpstan.neon

12 lines
272 B
Plaintext

includes:
- phpstan-baseline.neon
parameters:
level: max
paths:
- Classes
- Tests
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- identifier: missingType.iterableValue
- '#^Variable \$_EXTKEY might not be defined\.$#'