php-extension-check/phpstan.neon

9 lines
210 B
Plaintext
Raw Normal View History

2021-05-08 22:50:26 +00:00
parameters:
level: max
inferPrivatePropertyTypeFromConstructor: true
paths:
- src/
- tests/
excludes_analyse:
- %currentWorkingDirectory%/src/TEST
tmpDir: tmp/phpstan