Completed
Push — master ( 51be46...dabfb6 )
by Aleksander
02:21 queued 01:03
created
Category
src/Client.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,8 +35,7 @@
 block discarded – undo
35 35
     {
36 36
         $this->host = preg_replace('#/$#', '', $host);
37 37
         $this->httpClient = $httpClient ?
38
-            $httpClient :
39
-            new \GuzzleHttp\Client();
38
+            $httpClient : new \GuzzleHttp\Client();
40 39
         $this->responseHandler = $responseHandler;
41 40
         $this->logger = $logger;
42 41
     }
Please login to merge, or discard this patch.