Phred/phpstan.neon
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

17 lines
328 B
Plaintext

includes:
- phpstan-baseline.neon
parameters:
level: 5
paths:
- src
- modules
- config
- bootstrap
ignoreErrors:
- identifier: missingType.iterableValue
- identifier: missingType.generics
reportUnmatchedIgnoredErrors: false
excludePaths:
- vendor