Completed
Branch v2 (10e463)
by Alexey
02:41
created
src/Bardex/Elastic/MultiQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
         return $params;
25 25
     }
26 26
 
27
-    public function fetchAll($hydration=true)
27
+    public function fetchAll($hydration = true)
28 28
     {
29 29
         return $this->client->msearch($this->getQuery(), $hydration);
30 30
     }
Please login to merge, or discard this patch.
src/Bardex/Elastic/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     public static function create($host)
35 35
     {
36 36
         $es = ElasticClientBuilder::create()
37
-            ->setHosts((array)$host)
37
+            ->setHosts((array) $host)
38 38
             ->build();
39 39
 
40 40
         return new static($es);
Please login to merge, or discard this patch.