diff --git a/Makefile b/Makefile index de97404..f06a28e 100644 --- a/Makefile +++ b/Makefile @@ -9,12 +9,16 @@ test: vendor/bin/phpunit --testdox --exclude-group=none --colors=always .PHONY: qa -qa: php-cs-fixer phpstan +qa: php-cs-fixer-ci phpstan .PHONY: php-cs-fixer php-cs-fixer: vendor/bin/php-cs-fixer fix --no-interaction --allow-risky=yes --diff --verbose +.PHONY: php-cs-fixer-ci +php-cs-fixer-ci: + vendor/bin/php-cs-fixer fix --dry-run --no-interaction --allow-risky=yes --diff --verbose + PHONY: phpstan phpstan: vendor/bin/phpstan analyse --level=max src/