Skip to content

Commit

Permalink
Update doc/installation.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Korba <wirone@gmail.com>
  • Loading branch information
2 people authored and Hannes Giesenow committed Jan 8, 2024
1 parent 9e9c5db commit 42c0bd8
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 @@ -85,7 +85,7 @@ To integrate php-cs-fixer as check into Gitlab-CI, you can use a configuration l
.. code-block:: yaml
php-cs-fixer:
image: ghcr.io/php-cs-fixer/php-cs-fixer:$FIXER_VERSION
image: ghcr.io/php-cs-fixer/php-cs-fixer:${FIXER_VERSION:-3-php8.3}
script:
php-cs-fixer fix --diff --dry-run --format=txt src
Expand Down

0 comments on commit 42c0bd8

Please sign in to comment.