php-extension-check/phpstan.neon

9 lines
210 B
Plaintext

parameters:
level: max
inferPrivatePropertyTypeFromConstructor: true
paths:
- src/
- tests/
excludes_analyse:
- %currentWorkingDirectory%/src/TEST
tmpDir: tmp/phpstan