f90a70a7d1
JavaScript code to detect violations of a defined coding standard. It is an essential development tool that ensures your code remains clean and consistent. It can also help prevent some common semantic errors made by developers. WWW: http://pear.php.net/package/PHP_CodeSniffer/ PR: ports/125600 Submitted by: Wen Heping <wenheping at gmail.com>
7 lines
349 B
Text
7 lines
349 B
Text
PHP_CodeSniffer is a PHP5 script that tokenises and "sniffs" PHP and
|
|
JavaScript code to detect violations of a defined coding standard. It
|
|
is an essential development tool that ensures your code remains clean
|
|
and consistent. It can also help prevent some common semantic errors
|
|
made by developers.
|
|
|
|
WWW: http://pear.php.net/package/PHP_CodeSniffer/
|