thuecat/phpstan.neon

15 lines
401 B
Plaintext
Raw Normal View History

2021-02-03 15:05:35 +01:00
includes:
- phpstan-baseline.neon
2021-02-03 15:05:35 +01:00
parameters:
level: max
paths:
- Classes
- Configuration
- Tests
excludePaths:
- Tests/Acceptance/Support/_generated/
- Classes/Domain/Import/EntityMapper/CustomAnnotationExtractor.php
2021-02-03 15:05:35 +01:00
checkMissingIterableValueType: false
reportUnmatchedIgnoredErrors: true
checkGenericClassInNonGenericObjectType: false