v2.2.6
Changelog
This release just makes sure that reporters have full control of what is printed, even in the case of files which have no changes. So using --report json --svn
will still output JSON even on a file that has no changes. This can be very important for scripts that use the output of phpcs-changed
.
It also adds static analysis (with phpstan) to the CI, to help catch any subtle bugs.