Completed
Branch master (765a46)
by Hector
03:38 queued 01:08
created
src/TwitterAds.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -377,7 +377,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.