thuecat/phpstan.neon
Daniel Siepmann 54d244b804
TYPO3 V12 Update (#116)
* Support TYPO3 v12 and PHP 8.3
2023-12-05 09:43:55 +01:00

15 lines
401 B
Plaintext

includes:
- phpstan-baseline.neon
parameters:
level: max
paths:
- Classes
- Configuration
- Tests
excludePaths:
- Tests/Acceptance/Support/_generated/
- Classes/Domain/Import/EntityMapper/CustomAnnotationExtractor.php
checkMissingIterableValueType: false
reportUnmatchedIgnoredErrors: true
checkGenericClassInNonGenericObjectType: false