calendar/phpstan.neon

10 lines
193 B
Text

parameters:
level: 'max'
paths:
- 'Classes'
- 'Configuration'
- 'Tests'
reportUnmatchedIgnoredErrors: true
ignoreErrors:
-
identifier: 'missingType.iterableValue'