@@ -107,7 +107,7 @@ |
||
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); |