File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102
103103 - name : Check Style
104104 working-directory : src/${{ matrix.project }}
105- run : vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php -v --dry-run --stop-on-violation --using-cache=no -vvv
105+ run : PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php -v --dry-run --stop-on-violation --using-cache=no -vvv
106106
107107 - name : Run Phan
108108 working-directory : src/${{ matrix.project }}
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ packages-composer: ## Validate all composer packages
4545bash : # # Bash shell
4646 $(DC_RUN_PHP ) bash
4747style : # # Run php-cs-fixer
48- $(DC_RUN_PHP ) env XDEBUG_MODE=off vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --using-cache=no -vvv
48+ $(DC_RUN_PHP ) env XDEBUG_MODE=off PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --using-cache=no -vvv
4949split : # # git-split dry run
5050 ${DOCKER_COMPOSE} -f docker/gitsplit/docker-compose.yaml --env-file ./.env up
5151FORCE :
You can’t perform that action at this time.
0 commit comments