From baa0f9790166acddbca61f27ee129a768ea81c5a Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 17 Sep 2024 14:43:28 +0200 Subject: [PATCH] Document the new `fix` Composer script in the manual --- Documentation/Running.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/Running.rst b/Documentation/Running.rst index 718ec01..b3e96c9 100644 --- a/Documentation/Running.rst +++ b/Documentation/Running.rst @@ -106,6 +106,13 @@ Lints the TypoScript files. Lints the YAML files. +.. index:: Commands; composer fix +.. code-block:: bash + + composer fix + +Runs all fixers (except for the ones that need JavaScript). + .. index:: Commands; composer fix:php .. code-block:: bash