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 fbd57ba commit 90b309fCopy full SHA for 90b309f
composer.json
@@ -46,7 +46,7 @@
46
"scripts": {
47
"coverage": "vendor/bin/coverage-check var/coverage/clover.xml 95",
48
"cs": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php",
49
- "cs:dry-run": "vendor/bin/php-cs-fixer fix --diff --dry-run --config=.php-cs-fixer.php",
+ "cs:dry-run": "PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --diff --dry-run --config=.php-cs-fixer.php",
50
"dependency-analyser": "vendor/bin/composer-dependency-analyser",
51
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon",
52
"phpunit": "XDEBUG_MODE=coverage vendor/bin/phpunit",
0 commit comments