Fix phpcs before it fails anyway

This commit is contained in:
James Cole 2024-01-28 14:42:23 +01:00
parent f56f8d72df
commit ac5973833e
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -29,12 +29,12 @@ SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
# cp .ci/.env.ci .env
OUTPUT_FORMAT=txt
EXTRA_PARAMS="-v"
EXTRA_PARAMS=""
if [[ $GITHUB_ACTIONS = "true" ]]
then
OUTPUT_FORMAT=gitlab
EXTRA_PARAMS="--diff --dry-run"
OUTPUT_FORMAT=txt
EXTRA_PARAMS=""
fi
# clean up php code