PHP53Compat_CodeSniffer
PHP53Compat_CodeSniffer copied to clipboard
DEPRECATED : check this url for the new version (PHP 5.4 compatible) :
This version is out of date. Check http://github.com/wimg/PHPCompatibility for the new version
PHP 5.3 Compatibility Coding Standard for PHP_CodeSniffer
This is a set of sniffs for PHP_CodeSniffer that checks for PHP 5.3 compatibility.
Installation
- 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
PHP53Compatibilityinto thePHP/CodeSniffer/Standardsdirectory. - Use the coding standard with
phpcs --standard=PHP53Compatibility.
More information can be found on Wim Godden's blog.