Skip to content

Commit a83f337

Browse files
author
Jeroen de Graaf
committed
Add PHP_CS_FIXER_IGNORE_ENV=1 to allow CSFixer for PHP8.4
1 parent 366e17a commit a83f337

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
@@ -91,7 +91,7 @@
9191
"assets:install %PUBLIC_DIR%": "symfony-cmd"
9292
},
9393
"cs": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php",
94-
"cs:dry-run": "vendor/bin/php-cs-fixer fix --diff --dry-run --config=.php-cs-fixer.php",
94+
"cs:dry-run": "PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --diff --dry-run --config=.php-cs-fixer.php",
9595
"dependency-analyser": "vendor/bin/composer-dependency-analyser",
9696
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon",
9797
"phpstan:baseline": "vendor/bin/phpstan analyse -c phpstan.neon --generate-baseline phpstan-baseline.php src",

0 commit comments

Comments
 (0)