From bbd85e102e4dbd2a2e4e4c7e2c31f044603a43a7 Mon Sep 17 00:00:00 2001 From: sdelcroix Date: Mon, 23 Sep 2024 06:59:00 +0200 Subject: [PATCH] Fix list items for RootlineUtility under "Bad examples" section of utilty classes CGL (#4773) * Fix list items for RootlineUtility under "Bad examples" section of utilty classes CGL * Remove extraneous spaces --------- Co-authored-by: Lina Wolf <48202465+linawolf@users.noreply.github.com> (cherry picked from commit 2fe098828f38dbd3c3ced32889170bbe3cfb3026) --- .../CodingGuidelines/PhpArchitecture/StaticMethods.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/CodingGuidelines/PhpArchitecture/StaticMethods.rst b/Documentation/CodingGuidelines/PhpArchitecture/StaticMethods.rst index b35c5c6c4b..2ac4f9f490 100644 --- a/Documentation/CodingGuidelines/PhpArchitecture/StaticMethods.rst +++ b/Documentation/CodingGuidelines/PhpArchitecture/StaticMethods.rst @@ -139,10 +139,9 @@ Bad Examples * :php:`Core/Utility/RootlineUtility` - * Not static. + * Not static. - * Should probably be a dedicated class construct, probably a service - is not enough. Why is this not part of a tree structure? + * Should probably be a dedicated class construct, probably a service is not enough. Why is this not part of a tree structure? Red Flags