@@ -124,7 +124,7 @@ |
||
124 | 124 | |
125 | 125 | if (null !== $this->logger) { |
126 | 126 | $ids = array_map( |
127 | - function (Document $doc) { |
|
127 | + function(Document $doc) { |
|
128 | 128 | return $doc->getId(); |
129 | 129 | }, |
130 | 130 | $documents |
@@ -18,7 +18,7 @@ |
||
18 | 18 | */ |
19 | 19 | public function createClient(array $hosts, LoggerInterface $logger = null) |
20 | 20 | { |
21 | - $builder = ClientBuilder::create(); |
|
21 | + $builder = ClientBuilder::create(); |
|
22 | 22 | |
23 | 23 | $builder |
24 | 24 | ->setHosts($hosts) |