This version is out of date. Check http://github.com/wimg/PHPCompatibility for the new version
This is a set of sniffs for PHP_CodeSniffer that checks for PHP 5.3 compatibility.
- Install PHP_CodeSniffer with
pear install PHP_CodeSniffer
(PHP_CodeSniffer 1.3 or later is required). If pear installs PHP_CodeSniffer 1.2.x, usepear install PHP_CodeSniffer-alpha
- Checkout this repository as
PHP53Compatibility
into thePHP/CodeSniffer/Standards
directory. - Use the coding standard with
phpcs --standard=PHP53Compatibility
.
More information can be found on Wim Godden's blog.