Skip to content

Commit

Permalink
Set PHP_CS_FIXER_IGNORE_ENV to allow CSFixer with PHP8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowork committed Jan 3, 2025
1 parent fbd57ba commit 90b309f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"scripts": {
"coverage": "vendor/bin/coverage-check var/coverage/clover.xml 95",
"cs": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php",
"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",
"dependency-analyser": "vendor/bin/composer-dependency-analyser",
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon",
"phpunit": "XDEBUG_MODE=coverage vendor/bin/phpunit",
Expand Down

0 comments on commit 90b309f

Please sign in to comment.