Completed
Push — master ( d39c51...20a95f )
by Arman
27s queued 15s
created
src/Libraries/Curl/HttpClient.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
     {
96 96
         $this->client = new MultiCurl();
97 97
 
98
-        $this->client->complete(function (Curl $instance) {
98
+        $this->client->complete(function(Curl $instance) {
99 99
             $this->handleResponse($instance);
100 100
         });
101 101
 
@@ -373,7 +373,7 @@  discard block
 block discarded – undo
373 373
         $headers = [];
374 374
 
375 375
         while ($httpHeaders->valid()) {
376
-            $headers[strtolower((string)$httpHeaders->key())] = $httpHeaders->current();
376
+            $headers[strtolower((string) $httpHeaders->key())] = $httpHeaders->current();
377 377
             $httpHeaders->next();
378 378
         }
379 379
 
Please login to merge, or discard this patch.