@@ -123,7 +123,7 @@ |
||
123 | 123 | 'body' => $response->getBody() |
124 | 124 | ->detach(), |
125 | 125 | 'transfer_stats' => ['total_time' => 0], |
126 | - 'effective_url' => (string)$psr7Request->getUri(), |
|
126 | + 'effective_url' => (string) $psr7Request->getUri(), |
|
127 | 127 | ]); |
128 | 128 | }); |
129 | 129 | } |
@@ -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 | { |