Completed
Push — master ( e1a487...7f6918 )
by Matthew
02:25
created
src/Api.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -149,8 +149,7 @@
 block discarded – undo
149 149
                 default:
150 150
                     return null;
151 151
             }
152
-        }
153
-        catch (RequestException $e) {
152
+        } catch (RequestException $e) {
154 153
             throw $this->handleException($e);
155 154
         }
156 155
     }
Please login to merge, or discard this patch.