Test Setup Failed
Push — master ( 07e840...2d948a )
by Andre
11:08
created
src/Network/HttpClient.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -153,8 +153,8 @@
 block discarded – undo
153 153
     private function sendRequest($request, array $options = [])
154 154
     {
155 155
         $opts = $this->parseOptions($options);
156
-        $response = $this->getClient()->get( $request )->then(
157
-          function ($request, ResponseInterface $response) {
156
+        $response = $this->getClient()->get($request)->then(
157
+          function($request, ResponseInterface $response) {
158 158
             return $this->getAnalyticsResponse($request, $response);
159 159
           });
160 160
 
Please login to merge, or discard this patch.