From aa249868ba31f86a7c7d7fd2ff1e77c9a47085b7 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sun, 12 Jun 2022 16:18:46 +0200 Subject: [PATCH] Fix CI style check --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b1f4a2f..a0dd6fd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ check-style: image: composer:latest stage: validate before_script: - - composer --no-ansi global require slevomat/coding-standard squizlabs/php_codesniffer + - composer --no-ansi global require slevomat/coding-standard squizlabs/php_codesniffer phpstan/phpdoc-parser:"1.5.*" - export PATH=$PATH:$COMPOSER_HOME/vendor/bin script: - phpcs -p --no-colors --basepath="$PWD"