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