WebTechKitchen; Your Web Technology Kitchen, contact us to create, or maintain your websites and other digital properties.

Run codesniffer (phpcs) against a file

Submitted by barnettech on Mon, 12/07/2020 - 12:41

https://www.drupal.org/docs/contributed-modules/code-review-module/php-…

phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml /path/to/drupal/example_module

phpcbf --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml /path/to/drupal/example_module