Skip to content

Commit

Permalink
Let cs-fixer ignore the env
Browse files Browse the repository at this point in the history
  • Loading branch information
usox committed Nov 25, 2024
1 parent d07d60d commit 322b789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"coverage": "XDEBUG_MODE=coverage phpunit --coverage-html build/coverage -c phpunit.xml.dist",
"tests": "phpunit -c phpunit.xml.dist",
"stan": "phpstan",
"check-cs": "php-cs-fixer fix --dry-run --diff",
"check-cs": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --dry-run --diff",
"fix-cs": "php-cs-fixer fix"
},
"config": {
Expand Down

0 comments on commit 322b789

Please sign in to comment.