Passed
Push — master ( c34bce...f6db7f )
by Artem
01:28
created
src/Webhooks/Dispatcher.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,7 @@
 block discarded – undo
41 41
 
42 42
         try {
43 43
             return $webhook->handle($payload);
44
-        }
45
-        catch(\Exception $e) {
44
+        } catch(\Exception $e) {
46 45
             throw new WebhookException(get_class($webhook) . ': ' . $e->getMessage());
47 46
         }
48 47
     }
Please login to merge, or discard this patch.