Fix PHP-CS

This commit is contained in:
Philipp Holzer 2024-03-16 00:17:29 +01:00
parent 88a02fa2cf
commit 5e6d56ea8d
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM php:7.4
FROM php:8.0
RUN apt-get update -q && \
DEBIAN_FRONTEND=noninteractive apt-get install -q -y \

View File

@ -8,4 +8,4 @@ else
EXTRA_ARGS='';
fi
./vendor/bin/php-cs-fixer fix -v --diff --dry-run --stop-on-violation --using-cache=no ${EXTRA_ARGS}
./bin/dev/php-cs-fixer/vendor/bin/php-cs-fixer fix -v --diff --dry-run --stop-on-violation --using-cache=no ${EXTRA_ARGS}