watchlist/phpstan.neon

15 lines
457 B
Plaintext

parameters:
level: max
paths:
- Classes
- Configuration
- Tests
excludePaths:
- Tests/Acceptance/Support/_generated/
checkMissingIterableValueType: false
reportUnmatchedIgnoredErrors: true
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
- "#^Cannot call method fetchAssociative\\(\\) on Doctrine\\\\DBAL\\\\Result\\|int\\.$#"
- "#^Right side of \\|\\| is always false\\.$#"