Skip to content

Commit

Permalink
docs: docker - use gitlab reporter in GitLab integration example (#7764)
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jan 30, 2024
1 parent 62280c4 commit 73b0905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ To integrate php-cs-fixer as check into Gitlab-CI, you can use a configuration l
php-cs-fixer:
image: ghcr.io/php-cs-fixer/php-cs-fixer:${FIXER_VERSION:-3-php8.3}
script:
php-cs-fixer check --diff --format=txt
php-cs-fixer check --format gitlab
# use `check .` if your repository not having paths configured in .php-cs-fixer[.dist].php
Expand Down

0 comments on commit 73b0905

Please sign in to comment.