Skip to content

Commit

Permalink
Fix SearchEvent proper return type hint (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
sauls authored Mar 20, 2024
1 parent 3d1b065 commit 320ac89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Search/Event/SearchEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct(SearchQuery $searchQuery)
}

/**
* @return string
* @return SearchQuery
*/
public function getSearchQuery()
{
Expand Down

0 comments on commit 320ac89

Please sign in to comment.