Fix CI style check

This commit is contained in:
Igor Scheller 2022-06-12 16:18:46 +02:00
parent a68cf7ae53
commit aa249868ba
1 changed files with 1 additions and 1 deletions

View File

@ -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"