phpcs standards

This commit is contained in:
Nabeel Shahzad
2019-05-12 12:08:31 -05:00
parent a79f28caa4
commit 75eaec2f11
6 changed files with 78 additions and 8 deletions

View File

@@ -68,6 +68,10 @@ test:
#php artisan database:create --reset
vendor/bin/phpunit --debug --verbose
.PHONY: phpcs
phpcs:
@vendor/bin/phpcs -s --standard=phpcs.xml --colors
.PHONY:
phpstan:
vendor/bin/phpstan analyse -c phpstan.neon -v --level 2 app