From 5206c21082acdd9de97a95d647bf445fa0f7d4de Mon Sep 17 00:00:00 2001 From: Georg Ringer Date: Mon, 25 Nov 2024 09:45:43 +0100 Subject: [PATCH] Revert "[TASK] Csfixer not with 8.4" This reverts commit 30475aa7e0c76c6cae327a33a59de12155be1503. --- Build/Scripts/runTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh index f3d7540d9..4cdfe67bf 100755 --- a/Build/Scripts/runTests.sh +++ b/Build/Scripts/runTests.sh @@ -473,7 +473,7 @@ case ${TEST_SUITE} in if [ "${CGLCHECK_DRY_RUN}" -eq 1 ]; then DRY_RUN_OPTIONS='--dry-run --diff' fi - COMMAND="php -dxdebug.mode=off PHP_CS_FIXER_IGNORE_ENV=1 .Build/bin/php-cs-fixer fix -v ${DRY_RUN_OPTIONS} --config=Build/php-cs-fixer/php-cs-fixer.php --using-cache=no" + COMMAND="php -dxdebug.mode=off .Build/bin/php-cs-fixer fix -v ${DRY_RUN_OPTIONS} --config=Build/php-cs-fixer/php-cs-fixer.php --using-cache=no" ${CONTAINER_BIN} run ${CONTAINER_COMMON_PARAMS} --name composer-command-${SUFFIX} -e COMPOSER_CACHE_DIR=.cache/composer -e COMPOSER_ROOT_VERSION=${COMPOSER_ROOT_VERSION} ${IMAGE_PHP} /bin/sh -c "${COMMAND}" SUITE_EXIT_CODE=$? ;;