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 366e17a commit a83f337Copy full SHA for a83f337
composer.json
@@ -91,7 +91,7 @@
91
"assets:install %PUBLIC_DIR%": "symfony-cmd"
92
},
93
"cs": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php",
94
- "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",
95
"dependency-analyser": "vendor/bin/composer-dependency-analyser",
96
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon",
97
"phpstan:baseline": "vendor/bin/phpstan analyse -c phpstan.neon --generate-baseline phpstan-baseline.php src",
0 commit comments