From e41236495f5a49ec0381587d571e75a6a0147da8 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 4 Nov 2023 14:32:19 +0100 Subject: [PATCH] Small script change. [skip ci] --- .ci/phpcs.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ci/phpcs.sh b/.ci/phpcs.sh index 341eef75a6..53d845f70c 100755 --- a/.ci/phpcs.sh +++ b/.ci/phpcs.sh @@ -45,8 +45,7 @@ PHP_CS_FIXER_IGNORE_ENV=true ./vendor/bin/php-cs-fixer fix \ --config $SCRIPT_DIR/php-cs-fixer/.php-cs-fixer.php \ --format=$OUTPUT_FORMAT \ - --allow-risky=yes \ - $EXTRA_PARAMS + --allow-risky=yes $EXTRA_PARAMS \ EXIT_CODE=$?