PHPCS stands for PHP_CodeSniffer. It is used to check and detect PHP coding standards. Let’s discuss how to set up PHPCS. It included two main scripts phpcs and phpcbf. Among them phpcs checks standards of PHP, CSS and JavaScript files and will show the appropriate errors with some helpful context. And phpcbf automatically corrects the… Continue reading How to set up PHPCS?