We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1f782 commit e41921fCopy full SHA for e41921f
1 file changed
docs/running/specialized-commands.rst
@@ -179,15 +179,15 @@ Important details:
179
- ``--json`` and ``--pretty-json`` forward ``--output-format json`` to Rector
180
and disable its progress bar.
181
182
-``phpdoc`` (alias: ``docheader`` and ``php-cs-fixer``)
183
----------------------------------------
+``phpdoc``
+----------
184
185
Coordinates PHP-CS-Fixer and a focused Rector pass for missing method PHPDoc.
186
187
.. code-block:: bash
188
189
composer phpdoc
190
- composer php-cs-fixer --fix
+ composer phpdoc --fix
191
192
Important details:
193
0 commit comments