Top "Codesniffer" questions

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.

PhpStorm Can not run PHP Code CodeSniffer

Im trying to use CodeSniffer in PhpStorm. In settings->PHP->CLI Interpreter I linked to the php.exe …

php phpstorm codesniffer
Dependencies graph for large PHP application

I'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 codesniffer
Installing PHP PEAR code sniffer (mac)

Attempting to install the PHP PEAR code sniffer extension on a mac (after installing Mac Ports) to no avail. Ultimate …

php pear codesniffer
@param tag alignment in php code sniffer

I am using php code sniffer for a function, i want to add @param tag but it is giving me …

php coding-style codesniffer