Skip to content

Commit 6354879

Browse files
committed
Add PHP_CS_FIXER_IGNORE_ENV=1 to allow CSFixer for PHP8.4
1 parent c4e515a commit 6354879

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
@@ -50,7 +50,7 @@
5050
"scripts": {
5151
"coverage": "vendor/bin/coverage-check var/coverage/clover.xml 95",
5252
"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",
53+
"cs:dry-run": "PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --diff --dry-run --config=.php-cs-fixer.php",
5454
"dependency-analyser": "vendor/bin/composer-dependency-analyser",
5555
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon",
5656
"phpunit": "XDEBUG_MODE=coverage vendor/bin/phpunit",

0 commit comments

Comments
 (0)