Skip to content

Commit 2a7139f

Browse files
committed
Remove PHP_CS_FIXER_IGNORE_ENV from fixcs script
1 parent 485aeb2 commit 2a7139f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"scripts": {
5656
"analyse-deps": "tools/composer-dependency-analyser/vendor/bin/composer-dependency-analyser",
57-
"fixcs": "PHP_CS_FIXER_IGNORE_ENV=1 tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --diff --verbose",
57+
"fixcs": "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --diff --verbose",
5858
"infection": "tools/infection/vendor/bin/infection --show-mutations",
5959
"normalize": "@composer bin composer-normalize normalize --diff ../../composer.json",
6060
"phpstan": "tools/phpstan/vendor/bin/phpstan analyze",

0 commit comments

Comments
 (0)