@@ -385,7 +385,7 @@ |
||
385 | 385 | * @throws ServerError |
386 | 386 | * @throws ServiceUnavailable |
387 | 387 | */ |
388 | - public function manageErrors($response){ |
|
388 | + public function manageErrors($response) { |
|
389 | 389 | switch ($this->getLastHttpCode()) { |
390 | 390 | case 400: |
391 | 391 | throw new BadRequest(TwitterAdsException::BAD_REQUEST, 400, null, $response->errors); |