Skip to content

v2.2.6

Compare
Choose a tag to compare
@sirbrillig sirbrillig released this 07 Aug 20:00
· 69 commits to master since this release

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.

  • Treat unchanged files as normal (#11)
  • Add phpstan (#12)