@@ -63,7 +63,7 @@ |
||
| 63 | 63 | protected function checkResponse(ResponseInterface $response, $data) |
| 64 | 64 | { |
| 65 | 65 | $statusCode = $response->getStatusCode(); |
| 66 | - if($statusCode < 200 || $statusCode >= 300){ |
|
| 66 | + if ($statusCode < 200 || $statusCode >= 300) { |
|
| 67 | 67 | throw new IdentityProviderException( |
| 68 | 68 | 'Eloqua response error', |
| 69 | 69 | $statusCode, |