Passed
Pull Request — master (#349)
by
unknown
54s
created
src/Rate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
         if ($response->Response->ResponseStatusCode == 0) {
117 117
             throw new Exception(
118 118
                 "Failure ({$response->Response->Error->ErrorSeverity}): {$response->Response->Error->ErrorDescription}",
119
-                (int) $response->Response->Error->ErrorCode
119
+                (int)$response->Response->Error->ErrorCode
120 120
             );
121 121
         } else {
122 122
             return $this->formatResponse($response);
Please login to merge, or discard this patch.