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 389f39e commit bb4f688Copy full SHA for bb4f688
Makefile
@@ -35,15 +35,15 @@ ifeq ($(IS_PHP73),1)
35
cs:
36
else
37
cs: tools/php-cs-fixer
38
- tools/php-cs-fixer --dry-run --allow-risky=yes --no-interaction --ansi fix
+ PHP_CS_FIXER_IGNORE_ENV=1 tools/php-cs-fixer --dry-run --allow-risky=yes --no-interaction --ansi fix
39
endif
40
.PHONY: cs
41
42
ifeq ($(IS_PHP73),1)
43
cs-fix:
44
45
cs-fix: tools/php-cs-fixer
46
- tools/php-cs-fixer --allow-risky=yes --no-interaction --ansi fix
+ PHP_CS_FIXER_IGNORE_ENV=1 tools/php-cs-fixer --allow-risky=yes --no-interaction --ansi fix
47
48
.PHONY: cs-fix
49
0 commit comments