From c72b104f89c6d7bd8b739449f9f592cda2e5072b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Freerich=20B=C3=A4thge?= Date: Sat, 25 May 2024 18:45:27 +0200 Subject: [PATCH] Remove duplicate section --- doc/classes.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/classes.md b/doc/classes.md index 5bbed250b..a00e4530a 100644 --- a/doc/classes.md +++ b/doc/classes.md @@ -113,10 +113,6 @@ Disallows multi constant definition. Disallows multi property definition. -#### SlevomatCodingStandard.Classes.DisallowMultiPropertyDefinition 🔧 - -Disallows multi property definition. - #### SlevomatCodingStandard.Classes.DisallowStringExpressionPropertyFetch 🔧 Disallows string expression property fetch `$object->{'foo'}` when the property name is compatible with identifier access.