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=$?