php-codesniffer

PHP, CSS and JavaScript coding standard analyzer and checker
  https://github.com/squizlabs/PHP_CodeSniffer
  0
  no reviews



PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second phpcbf script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent.