Skip to content

Commit e41921f

Browse files
committed
docs: update phpdoc section to clarify aliases and functionality
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 0e1f782 commit e41921f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/running/specialized-commands.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,15 @@ Important details:
179179
- ``--json`` and ``--pretty-json`` forward ``--output-format json`` to Rector
180180
and disable its progress bar.
181181

182-
``phpdoc`` (alias: ``docheader`` and ``php-cs-fixer``)
183-
---------------------------------------
182+
``phpdoc``
183+
----------
184184

185185
Coordinates PHP-CS-Fixer and a focused Rector pass for missing method PHPDoc.
186186

187187
.. code-block:: bash
188188
189189
composer phpdoc
190-
composer php-cs-fixer --fix
190+
composer phpdoc --fix
191191
192192
Important details:
193193

0 commit comments

Comments
 (0)