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 c4e515a commit 6354879Copy full SHA for 6354879
composer.json
@@ -50,7 +50,7 @@
50
"scripts": {
51
"coverage": "vendor/bin/coverage-check var/coverage/clover.xml 95",
52
"cs": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php",
53
- "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",
54
"dependency-analyser": "vendor/bin/composer-dependency-analyser",
55
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon",
56
"phpunit": "XDEBUG_MODE=coverage vendor/bin/phpunit",
0 commit comments