From 464d59dd269e50d8e9115a2930ea33d8281a621a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomas=20Pocevi=C4=8Dius?= <tealogija@gmail.com> Date: Thu, 17 Mar 2016 14:49:35 +0200 Subject: [PATCH] Add missing parameter type annotations --- src/Search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Search.php b/src/Search.php index 08b6966..a278cb2 100644 --- a/src/Search.php +++ b/src/Search.php @@ -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 */ -- GitLab