@@ -121,7 +121,7 @@ |
||
121 | 121 | 'status' => $response->getStatusCode(), |
122 | 122 | 'headers' => $response->getHeaders(), |
123 | 123 | 'body' => $response->getBody() |
124 | - ->detach(), |
|
124 | + ->detach(), |
|
125 | 125 | 'transfer_stats' => ['total_time' => 0], |
126 | 126 | 'effective_url' => (string)$psr7Request->getUri(), |
127 | 127 | ]); |
@@ -34,7 +34,7 @@ |
||
34 | 34 | * |
35 | 35 | * @param array $config |
36 | 36 | * |
37 | - * @return \Elasticsearch\Client|mixed |
|
37 | + * @return Client |
|
38 | 38 | */ |
39 | 39 | public function make(array $config) |
40 | 40 | { |