From f283306e0008179d49fbb34dacc94b59dad6d09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mantas=20Jonu=C5=A1as?= <mantas.jonusas@nfq.lt> Date: Thu, 9 Apr 2015 10:08:12 +0300 Subject: [PATCH] Updated BuilderInterface toArray return type --- BuilderInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuilderInterface.php b/BuilderInterface.php index cefbfce..1ac9747 100644 --- a/BuilderInterface.php +++ b/BuilderInterface.php @@ -19,7 +19,7 @@ interface BuilderInterface /** * Generates array which will be passed to elasticsearch-php client. * - * @return array + * @return array|object */ public function toArray(); -- GitLab