Phred/phpstan.neon.dist

19 lines
391 B
Plaintext
Raw Normal View History

2025-12-14 23:10:01 +00:00
parameters:
level: 5
paths:
- src
2026-01-06 17:02:05 +00:00
ignoreErrors:
-
identifier: missingType.iterableValue
-
identifier: missingType.generics
reportUnmatchedIgnoredErrors: false
2025-12-14 23:10:01 +00:00
checkUninitializedProperties: true
inferPrivatePropertyTypeFromConstructor: true
2026-01-06 17:02:05 +00:00
services:
-
class: Phred\Support\PhpStan\Rules\InvokableControllerRule
tags:
- phpstan.rules.rule