Completed
Push — master ( 920c20...1762ab )
by Colin
01:46
created
src/Factory.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
157 157
                         'status'         => $response->getStatusCode(),
158 158
                         'headers'        => $response->getHeaders(),
159 159
                         'body'           => $response->getBody()
160
-                                                     ->detach(),
160
+                                                        ->detach(),
161 161
                         'transfer_stats' => [
162 162
                             'total_time' => $http_stats->data["total_time"] ?? 0,
163 163
                             "primary_port" => $http_stats->data["primary_port"] ?? ''
Please login to merge, or discard this patch.