mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
* its invalid to combine `void` with another type see https://github.com/phpstan/phpstan/issues/4014 * added explicit `return null`, to make phpstan happy and the code more obvious. * increased phpstan level to 5 * fix: '$subject of function preg_match expects string, int given'
16 lines
304 B
Plaintext
16 lines
304 B
Plaintext
includes:
|
|
- test/phpstan-baseline.neon
|
|
|
|
parameters:
|
|
level: 5
|
|
paths:
|
|
- src
|
|
- recipe
|
|
- contrib
|
|
|
|
ignoreErrors:
|
|
- "#^Constant DEPLOYER_VERSION not found\\.$#"
|
|
- "#^Constant DEPLOYER_BIN not found\\.$#"
|
|
- "#CpanelPhp#"
|
|
- "#AMQPMessage#"
|