Last active
May 15, 2020 06:17
-
-
Save SebKay/018351574ab836f9c73b5d629ebe3354 to your computer and use it in GitHub Desktop.
Check project against PRS2
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
# Install PHP_CodeSniffer | |
composer require squizlabs/php_codesniffer | |
# Run script | |
./vendor/bin/phpcs ./ --extensions=php --standard=PSR2 --ignore=vendor/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment