thuecat/phpstan.neon
Daniel Siepmann 69f4d6f922 Fix pipeline
Keep old behaviour of PHPStan.
2021-11-29 10:59:35 +01:00

13 lines
322 B
Plaintext

includes:
- vendor/friendsoftypo3/phpstan-typo3/extension.neon
- phpstan-baseline.neon
parameters:
level: max
paths:
- Classes
- Configuration
- Tests
checkMissingIterableValueType: false
reportUnmatchedIgnoredErrors: true
checkGenericClassInNonGenericObjectType: false