Skip to content

Commit 4b4f5f7

Browse files
committed
Do not ignore the env anymore when running php-cs-fixer
1 parent e47bd93 commit 4b4f5f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ test-package: package test-package-tools
3030
.PHONY: test-package
3131

3232
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
33+
tools/php-cs-fixer --dry-run --allow-risky=yes --no-interaction --ansi fix
3434
.PHONY: cs
3535

3636
cs-fix: tools/php-cs-fixer
37-
PHP_CS_FIXER_IGNORE_ENV=1 tools/php-cs-fixer --allow-risky=yes --no-interaction --ansi fix
37+
tools/php-cs-fixer --allow-risky=yes --no-interaction --ansi fix
3838
.PHONY: cs-fix
3939

4040
deptrac: tools/deptrac

0 commit comments

Comments
 (0)