Skip to content

Instantly share code, notes, and snippets.

@isalmanhaider
Created July 25, 2024 04:51
Show Gist options
  • Save isalmanhaider/80b8c92935df17054cd6958765c63afe to your computer and use it in GitHub Desktop.
Save isalmanhaider/80b8c92935df17054cd6958765c63afe to your computer and use it in GitHub Desktop.
Code Analysis Drupal
vendor/bin/phpcs --standard=Drupal,DrupalPractice -p ./html/modules/custom > phpcs.txt
vendor/bin/phpstan analyse -l 8 ./html/modules/custom > phpstan.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment