Detect violations of coding standards in PHP, JavaScript and CSS
Check coding standards in PHP, JavaScript and CSS
phpcs
phpcbf
$ phpcs myfile.php
$ phpcs --standard=PSR12 ./src
$ phpcbf myfile.php