From 615858b7b6f271fb44cc08a23e1766e920d742cc Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Tue, 19 Apr 2022 23:48:23 +0200 Subject: [PATCH] CI: Fix style check --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12a9eabc..9b28eaeb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ check-style: image: composer:latest stage: validate before_script: - - composer --no-ansi global require squizlabs/php_codesniffer + - composer --no-ansi global require slevomat/coding-standard squizlabs/php_codesniffer - export PATH=$PATH:$COMPOSER_HOME/vendor/bin script: - phpcs -p --no-colors --basepath="$PWD"