phpro / grumphp

A PHP code-quality tool
MIT License
4.14k stars 429 forks source link

Remove --non-zero-exit-on-violation option for PhpMnd #991

Closed kukukk closed 2 years ago

kukukk commented 2 years ago
Q A
Branch master
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Documented? no
Fixed tickets #990

In the master version of PhpMnd the --non-zero-exit-on-violation option was removed. This PR removes this option from the arguments list.

veewee commented 2 years ago

@kukukk Thanks for the PR. The only thing missing is an update of the phpmnd tasks unit test. You can remove the attribute in there as well.

veewee commented 2 years ago

Thanks!