add ignore env to php-cs-fixer for ci (php 8.2 issue)

This commit is contained in:
Nicolas CARPi
2022-12-09 21:44:02 +01:00
parent ad89250a8f
commit b52655b803
+1 -1
View File
@@ -46,7 +46,7 @@
"php-cs-fixer fix -v"
],
"lint-ci": [
"php-cs-fixer fix -v --dry-run --stop-on-violation"
"PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --dry-run --stop-on-violation"
],
"test": [
"XDEBUG_MODE=coverage phpunit"