Phred/phpstan.neon.dist
Funky Waddle 54303282d7
Some checks failed
CI / PHP ${{ matrix.php }} (8.1) (push) Has been cancelled
CI / PHP ${{ matrix.php }} (8.2) (push) Has been cancelled
CI / PHP ${{ matrix.php }} (8.3) (push) Has been cancelled
Too many things
2026-01-06 11:02:05 -06:00

19 lines
391 B
Plaintext

parameters:
level: 5
paths:
- src
ignoreErrors:
-
identifier: missingType.iterableValue
-
identifier: missingType.generics
reportUnmatchedIgnoredErrors: false
checkUninitializedProperties: true
inferPrivatePropertyTypeFromConstructor: true
services:
-
class: Phred\Support\PhpStan\Rules\InvokableControllerRule
tags:
- phpstan.rules.rule