Skip to content

Commit

Permalink
docs: remove > in cli command sample
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Aug 1, 2023
1 parent 63987b4 commit a6acb4f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions user_guide_src/source/extending/composer_packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,11 @@ Open **.php-cs-fixer.dist.php** in your editor, and fix the folder path::
])
->exclude([

That't it. Now you can run Coding Standards Fixer::
That't it. Now you can run Coding Standards Fixer:

> vendor/bin/php-cs-fixer fix --ansi --verbose --diff
.. code-block:: console
vendor/bin/php-cs-fixer fix --ansi --verbose --diff
If you add ``scripts.cs-fix`` in your **composer.json**, you can run it with
``composer cs-fix`` command::
Expand Down

0 comments on commit a6acb4f

Please sign in to comment.