@@ -24,7 +24,7 @@ |
||
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 | } |
@@ -34,7 +34,7 @@ |
||
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); |