We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba92304 commit 8d93ac4Copy full SHA for 8d93ac4
composer.json
@@ -51,7 +51,7 @@
51
"scripts": {
52
"coverage": "vendor/bin/coverage-check var/coverage/clover.xml 95",
53
"cs": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php",
54
- "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",
55
"dependency-analyser": "vendor/bin/composer-dependency-analyser",
56
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon",
57
"phpunit": "XDEBUG_MODE=coverage vendor/bin/phpunit",
0 commit comments