Skip to content

Commit a82ee09

Browse files
committed
FIX ignore env flat for php cs fixer
1 parent 68ee5ac commit a82ee09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"composer-validate": "@composer validate --no-check-all --strict",
3535
"cs-fix": "php-cs-fixer fix",
3636
"cs": [
37-
"@putenv @PHP_CS_FIXER_IGNORE_ENV=1",
37+
"@putenv PHP_CS_FIXER_IGNORE_ENV=1",
3838
"php-cs-fixer fix --dry-run -v"
3939
],
4040
"phpstan": "phpstan analyse",

0 commit comments

Comments
 (0)