mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-11-04 20:36:13 +01:00
14 lines
401 B
Text
14 lines
401 B
Text
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
|