Files
plugin-skeleton/phpstan.neon.dist
Ryan Chandler 3e708cf4c5 init
2022-01-04 12:06:56 +00:00

15 lines
259 B
Plaintext

includes:
- phpstan-baseline.neon
parameters:
level: 4
paths:
- src
- config
- database
tmpDir: build/phpstan
checkOctaneCompatibility: true
checkModelProperties: true
checkMissingIterableValueType: false