-
PHP_CodeSniffer is a PHP package for detecting coding standard violations which is available as a PEAR package. Under the hood, it works by tokenising PHP, JavaScript and CSS files and checking it against a defined set of coding standards. PHP_CodeSniffer is one of the best test tools during development because it allows programmers to keep their app's source code clean ...

