Phred/phpstan.neon

17 lines
328 B
Plaintext
Raw Normal View History

2026-01-06 17:02:05 +00:00
includes:
- phpstan-baseline.neon
parameters:
level: 5
paths:
- src
- modules
- config
- bootstrap
ignoreErrors:
- identifier: missingType.iterableValue
- identifier: missingType.generics
reportUnmatchedIgnoredErrors: false
excludePaths:
- vendor