Skip to content
Snippets Groups Projects
Commit 464d59dd authored by Tomas Pocevičius's avatar Tomas Pocevičius
Browse files

Add missing parameter type annotations

parent f3995bf8
No related branches found
No related tags found
No related merge requests found
......@@ -445,7 +445,7 @@ class Search
/**
* Sets timeout for query execution.
*
* @param $timeout
* @param string $timeout
*
* @return $this
*/
......@@ -459,7 +459,7 @@ class Search
/**
* Sets maximum number of documents per shard.
*
* @param $terminateAfter
* @param int $terminateAfter
*
* @return $this
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment