Skip to content

Commit a6acb4f

Browse files
committed
docs: remove > in cli command sample
1 parent 63987b4 commit a6acb4f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

user_guide_src/source/extending/composer_packages.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,11 @@ Open **.php-cs-fixer.dist.php** in your editor, and fix the folder path::
143143
])
144144
->exclude([
145145

146-
That't it. Now you can run Coding Standards Fixer::
146+
That't it. Now you can run Coding Standards Fixer:
147147

148-
> vendor/bin/php-cs-fixer fix --ansi --verbose --diff
148+
.. code-block:: console
149+
150+
vendor/bin/php-cs-fixer fix --ansi --verbose --diff
149151
150152
If you add ``scripts.cs-fix`` in your **composer.json**, you can run it with
151153
``composer cs-fix`` command::

0 commit comments

Comments
 (0)