Passed
Pull Request — master (#349)
by
unknown
49s
created
src/Rate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
         if ($response->Response->ResponseStatusCode == 0) {
108 108
             throw new \RuntimeException(
109 109
                 "Failure ({$response->Response->Error->ErrorSeverity}): {$response->Response->Error->ErrorDescription}",
110
-                (int) $response->Response->Error->ErrorCode
110
+                (int)$response->Response->Error->ErrorCode
111 111
             );
112 112
         } else {
113 113
             return $this->formatResponse($response);
Please login to merge, or discard this patch.