Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Nov 21, 2020
1 parent 76229f4 commit 1183262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ help:

.PHONY: php-cs-check
php-cs-check: ## run cs fixer (dry-run)
PHP_CS_FIXER_FUTURE_MODE=1 vendor/bin/php-cs-fixer fix --allow-risky=yes --diff --dry-run
vendor/bin/php-cs-fixer fix --diff --dry-run

.PHONY: php-cs-fix
php-cs-fix: ## run cs fixer
PHP_CS_FIXER_FUTURE_MODE=1 vendor/bin/php-cs-fixer fix --allow-risky=yes
vendor/bin/php-cs-fixer fix

.PHONY: phpstan
phpstan: ## run phpstan static code analyser
Expand Down

0 comments on commit 1183262

Please sign in to comment.