We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47bd93 commit 4b4f5f7Copy full SHA for 4b4f5f7
Makefile
@@ -30,11 +30,11 @@ test-package: package test-package-tools
30
.PHONY: test-package
31
32
cs: tools/php-cs-fixer
33
- 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
34
.PHONY: cs
35
36
cs-fix: tools/php-cs-fixer
37
- 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
38
.PHONY: cs-fix
39
40
deptrac: tools/deptrac
0 commit comments