Add additional rules

This commit is contained in:
Nabeel Shahzad
2019-05-12 17:25:52 -05:00
parent 88957f4071
commit 8d6621e2a8
2 changed files with 24 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ test:
.PHONY: phpcs
phpcs:
@vendor/bin/php-cs-fixer fix --config=.php_cs -v --dry-run --diff
@vendor/bin/php-cs-fixer fix --config=.php_cs -v --diff --dry-run
.PHONY:
phpstan: