From 8f2565f9319278c87c42ead01af04a0a40497288 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Fri, 23 Aug 2024 15:27:02 +0200 Subject: [PATCH] simpler --- src/Enum/FindRuleQuery.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Enum/FindRuleQuery.php b/src/Enum/FindRuleQuery.php index d8140dd5..1fe0dc79 100644 --- a/src/Enum/FindRuleQuery.php +++ b/src/Enum/FindRuleQuery.php @@ -11,8 +11,6 @@ final class FindRuleQuery */ public const EXAMPLES = [ 'attributes', - 'add constant type', - 'remove tag', 'add return type strict', 'symfony rules', ];