We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07d60d commit 322b789Copy full SHA for 322b789
composer.json
@@ -53,7 +53,7 @@
53
"coverage": "XDEBUG_MODE=coverage phpunit --coverage-html build/coverage -c phpunit.xml.dist",
54
"tests": "phpunit -c phpunit.xml.dist",
55
"stan": "phpstan",
56
- "check-cs": "php-cs-fixer fix --dry-run --diff",
+ "check-cs": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --dry-run --diff",
57
"fix-cs": "php-cs-fixer fix"
58
},
59
"config": {
0 commit comments