Completed
Push — master ( b2aef0...c91c69 )
by Jonathan
04:05
created
src/AbstractReportingCloud.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -403,7 +403,7 @@
 block discarded – undo
403 403
             // \GuzzleHttp\Exception\ClientException
404 404
             // \GuzzleHttp\Exception\ServerException
405 405
 
406
-            $message = (string)  $exception->getMessage();
406
+            $message = (string) $exception->getMessage();
407 407
             $code    = (integer) $exception->getCode();
408 408
 
409 409
             throw new RuntimeException($message, $code);
Please login to merge, or discard this patch.