typo3-php-datasets/phpstan.neon

11 lines
241 B
Text
Raw Normal View History

includes:
- phpstan-baseline.neon
parameters:
level: max
paths:
- Classes
- Tests
checkMissingIterableValueType: false
reportUnmatchedIgnoredErrors: true
checkGenericClassInNonGenericObjectType: false