deployer/phpstan.neon

16 lines
305 B
Plaintext
Raw Normal View History

includes:
- tests/phpstan-baseline.neon
2020-10-25 09:46:47 +01:00
parameters:
level: 5
paths:
- src
- recipe
- contrib
ignoreErrors:
- "#^Constant DEPLOYER_VERSION not found\\.$#"
- "#^Constant DEPLOYER_BIN not found\\.$#"
- "#CpanelPhp#"
- "#AMQPMessage#"