Skip to content

Commit 8d93ac4

Browse files
committed
Add PHP_CS_FIXER_IGNORE_ENV=1 to allow CSFixer for PHP8.4
1 parent ba92304 commit 8d93ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"scripts": {
5252
"coverage": "vendor/bin/coverage-check var/coverage/clover.xml 95",
5353
"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",
54+
"cs:dry-run": "PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --diff --dry-run --config=.php-cs-fixer.php",
5555
"dependency-analyser": "vendor/bin/composer-dependency-analyser",
5656
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon",
5757
"phpunit": "XDEBUG_MODE=coverage vendor/bin/phpunit",

0 commit comments

Comments
 (0)