Created
July 25, 2024 04:51
-
-
Save isalmanhaider/80b8c92935df17054cd6958765c63afe to your computer and use it in GitHub Desktop.
Code Analysis Drupal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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