deployer/phpstan.neon
2020-10-27 17:09:18 +01:00

12 lines
219 B
Plaintext

includes:
- test/phpstan-baseline.neon
parameters:
level: 4
paths:
- src
ignoreErrors:
- "#^Constant DEPLOYER_VERSION not found\\.$#"
- "#^Constant DEPLOYER_BIN not found\\.$#"