Skip to content
This repository was archived by the owner on May 10, 2025. It is now read-only.

Commit 2b1934a

Browse files
committed
Add PHP_CS_FIXER_IGNORE_ENV=1 to allow CSFixer for PHP8.4
1 parent e106997 commit 2b1934a

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

0 commit comments

Comments
 (0)