From 320ac898d5e31d73ed2ed8f12ce1f95ce43653a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saulius=20Vai=C4=8Deli=C5=ABnas?= Date: Thu, 21 Mar 2024 01:21:07 +0200 Subject: [PATCH] Fix SearchEvent proper return type hint (#176) --- Search/Event/SearchEvent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Search/Event/SearchEvent.php b/Search/Event/SearchEvent.php index 056abc44..6ab15464 100644 --- a/Search/Event/SearchEvent.php +++ b/Search/Event/SearchEvent.php @@ -29,7 +29,7 @@ public function __construct(SearchQuery $searchQuery) } /** - * @return string + * @return SearchQuery */ public function getSearchQuery() {