Skip to content

Commit 90b309f

Browse files
committed
Set PHP_CS_FIXER_IGNORE_ENV to allow CSFixer with PHP8.4
1 parent fbd57ba commit 90b309f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"scripts": {
4747
"coverage": "vendor/bin/coverage-check var/coverage/clover.xml 95",
4848
"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",
49+
"cs:dry-run": "PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --diff --dry-run --config=.php-cs-fixer.php",
5050
"dependency-analyser": "vendor/bin/composer-dependency-analyser",
5151
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon",
5252
"phpunit": "XDEBUG_MODE=coverage vendor/bin/phpunit",

0 commit comments

Comments
 (0)