-
- Downloads
CHORE(QA): add PHP_CodeSniffer (phpcs) dependency
documentation: https://phpqa.io/projects/phpcs.html https://github.com/squizlabs/PHP_CodeSniffer/wiki # install composer require --dev "squizlabs/php_codesniffer" # Show rules and coding standards vendor/bin/phpcs -i # list of installed coding standards vendor/bin/phpcs -e # list of rules used by .phpcs.xml config # Check files based on .phpcs.xml config vendor/bin/phpcs Refs: #27
Showing
- webapp/.gitignore 5 additions, 0 deletionswebapp/.gitignore
- webapp/.phpcs.xml 51 additions, 0 deletionswebapp/.phpcs.xml
- webapp/composer.json 1 addition, 0 deletionswebapp/composer.json
- webapp/composer.lock 52 additions, 1 deletionwebapp/composer.lock
- webapp/grumphp.yml 14 additions, 14 deletionswebapp/grumphp.yml
- webapp/symfony.lock 12 additions, 0 deletionswebapp/symfony.lock
Loading
Please register or sign in to comment