From 0efe9ea5477771b5dab5993cbfde026eba82e62e Mon Sep 17 00:00:00 2001 From: Ingolf Steinardt Date: Wed, 31 Jul 2024 16:11:24 +0200 Subject: [PATCH] Fix PHPCQ --- src/Attribute/BaseSimple.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/Attribute/BaseSimple.php b/src/Attribute/BaseSimple.php index 9d3666c92..14940fdc3 100644 --- a/src/Attribute/BaseSimple.php +++ b/src/Attribute/BaseSimple.php @@ -241,16 +241,9 @@ public function sortIds($idList, $strDirection) } /** - * Search all items that match the given expression. + * {@inheritdoc} * * Base implementation, perform string matching search. - * The standard wildcards * (many characters) and ? (a single character) are supported. - * - * @param string $strPattern The text to search for. This may contain wildcards. - * - * @return list The ids of matching items. - * - * @throws Exception */ public function searchFor($strPattern) {