diff --git a/Makefile b/Makefile index 53595f2..3b88a3e 100644 --- a/Makefile +++ b/Makefile @@ -30,11 +30,11 @@ test-package: package test-package-tools .PHONY: test-package cs: tools/php-cs-fixer - PHP_CS_FIXER_IGNORE_ENV=1 tools/php-cs-fixer --dry-run --allow-risky=yes --no-interaction --ansi fix + tools/php-cs-fixer --dry-run --allow-risky=yes --no-interaction --ansi fix .PHONY: cs cs-fix: tools/php-cs-fixer - PHP_CS_FIXER_IGNORE_ENV=1 tools/php-cs-fixer --allow-risky=yes --no-interaction --ansi fix + tools/php-cs-fixer --allow-risky=yes --no-interaction --ansi fix .PHONY: cs-fix deptrac: tools/deptrac