Passed
Push — develop ( 75d482...be1013 )
by Alex
01:52
created
src/ZoomAPI.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 
36 36
             // $body = $response->getBody()->getContents();
37 37
             $result = json_decode($response->getBody(), true);
38
-        }catch(GuzzleHttp\Exception\ClientException $ex){
38
+        } catch(GuzzleHttp\Exception\ClientException $ex){
39 39
             throw $ex;
40 40
         }
41 41
 
Please login to merge, or discard this patch.