Passed
Branch master (16692c)
by Jean
04:17
created
src/DeferredCallChain.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,8 +70,7 @@
 block discarded – undo
70 70
         foreach ($this->stack as $method => $arguments) {
71 71
             try {
72 72
                 $out = call_user_func_array([$out, $method], $arguments);
73
-            }
74
-            catch (\Exception $e) {
73
+            } catch (\Exception $e) {
75 74
                 // Throw $e with the good stack (usage exception)
76 75
                 throw $e;
77 76
             }
Please login to merge, or discard this patch.