Passed
Push — master ( f70266...e410c8 )
by Shahrad
01:49
created
src/lib/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -426,7 +426,7 @@
 block discarded – undo
426 426
             ]
427 427
         ]);
428 428
 
429
-        return (int)$response->getHeaderLine('Content-Length') ?? 0;
429
+        return (int) $response->getHeaderLine('Content-Length') ?? 0;
430 430
     }
431 431
 
432 432
     /**
Please login to merge, or discard this patch.