calendar/phpstan.neon

11 lines
193 B
Text
Raw Permalink Normal View History

2024-09-17 15:00:31 +02:00
parameters:
level: 'max'
paths:
- 'Classes'
- 'Configuration'
- 'Tests'
reportUnmatchedIgnoredErrors: true
ignoreErrors:
-
identifier: 'missingType.iterableValue'