Skip to content

Commit 322b789

Browse files
committed
Let cs-fixer ignore the env
1 parent d07d60d commit 322b789

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
@@ -53,7 +53,7 @@
5353
"coverage": "XDEBUG_MODE=coverage phpunit --coverage-html build/coverage -c phpunit.xml.dist",
5454
"tests": "phpunit -c phpunit.xml.dist",
5555
"stan": "phpstan",
56-
"check-cs": "php-cs-fixer fix --dry-run --diff",
56+
"check-cs": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --dry-run --diff",
5757
"fix-cs": "php-cs-fixer fix"
5858
},
5959
"config": {

0 commit comments

Comments
 (0)