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