From 97ee4641eb82c220744f24eab9314507e5e493c3 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Fri, 17 Jun 2022 21:15:27 +0200 Subject: [PATCH] Removed CI style check workaround --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0dd6fd2..4b1f4a2f 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 phpstan/phpdoc-parser:"1.5.*" + - 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"