This tag is for questions having to do with the PHP_CodeSniffer PEAR package from Squiz Labs, which is used for static analysis of PHP code.
Im trying to use CodeSniffer in PhpStorm. In settings->PHP->CLI Interpreter I linked to the php.exe …
php phpstorm codesnifferI've recently inherited a large PHP application with NO objects/modules/namespaces...only a lot of files containing functions. Of …
php graph dependencies static-analysis codesnifferAttempting to install the PHP PEAR code sniffer extension on a mac (after installing Mac Ports) to no avail. Ultimate …
php pear codesnifferI am using php code sniffer for a function, i want to add @param tag but it is giving me …
php coding-style codesniffer