PHP_CodeSniffer 1.2.2 released
27 JanPHP_CodeSniffer version 1.2.2 has just been uploaded to PEAR and is now available to install. Most of the changes are behind-the-scenes, but some of the highlights are:
- An interactive reporting mode to check large code bases and make changes as you go
- Closure support added into the core so sniffs can now check rules for PHP closures
- A completely rewritten reporting system to make everything much easier to extend
- Sniff violation codes that will be used to allow overriding of error messages in the future
All new features have been fully documented and are available on the PHP_CodeSniffer documentation page.
You can view the full changelog on the PHP_CodeSniffer download page.