Passed
Push — master ( 70360e...09cab8 )
by Arman
02:08
created
src/Libraries/Curl/Curl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
     private function fetch()
210 210
     {
211 211
         if ($this->curl instanceof MultiCurl) {
212
-            $this->curl->complete(function ($instance) {
212
+            $this->curl->complete(function($instance) {
213 213
                 if ($instance->error) {
214 214
                     $this->errors[] = [
215 215
                         'code' => $instance->getErrorCode(),
Please login to merge, or discard this patch.