@@ -377,7 +377,7 @@ |
||
| 377 | 377 | * @throws ServerError |
| 378 | 378 | * @throws ServiceUnavailable |
| 379 | 379 | */ |
| 380 | - private function manageErrors($response){ |
|
| 380 | + private function manageErrors($response) { |
|
| 381 | 381 | switch ($this->getLastHttpCode()) { |
| 382 | 382 | case 400: |
| 383 | 383 | throw new BadRequest(TwitterAdsException::BAD_REQUEST, 400, null, $response->errors); |