thuecat/phpstan.neon
Daniel Siepmann d39053b498
Support TYPO3 v12 and PHP 8.3
Use rector, PHPUnit, Codeception and PHPStan to find and fix issues.
2023-12-04 12:18:51 +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