You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/running/unified-command.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,6 @@ If you intend to instruct the automated tools (e.g., Rector, ECS, and PHP-CS-Fix
26
26
27
27
.. code-block:: bash
28
28
29
-
composer dev-tools -- --fix
29
+
composer dev-tools:fix
30
30
31
31
Using this flag guarantees that formatting inconsistencies and missing PHPDocs are automatically patched inside your files directly, drastically reducing manual review times before submitting a Pull Request.
0 commit comments