Skip to content

Commit

Permalink
Merge pull request #320 from andrii-pukhalevych/patch-1
Browse files Browse the repository at this point in the history
Query::compileQuery docblock fix
  • Loading branch information
markstory authored Jul 12, 2024
2 parents f097201 + d3e2048 commit 77d6c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ protected function _execute(): ResultSetInterface
/**
* Compile the Elasticsearch query.
*
* @return string The Elasticsearch query.
* @return \Elastica\Query The Elasticsearch query.
*/
public function compileQuery()
{
Expand Down

0 comments on commit 77d6c20

Please sign in to comment.