Passed
Pull Request — master (#401)
by Arman
04:11 queued 35s
created
src/Libraries/HttpClient/HttpClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
     {
106 106
         $this->client = $client ?: new MultiCurl();
107 107
 
108
-        $this->client->complete(function (Curl $instance) {
108
+        $this->client->complete(function(Curl $instance) {
109 109
             $this->handleResponse($instance);
110 110
         });
111 111
 
Please login to merge, or discard this patch.