Completed
Pull Request — master (#4)
by Hector
02:59
created
src/TwitterAds.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -385,7 +385,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.