Passed
Branchmaster (538d99)
by Thomas
03:15
created
src/Object/Instantiate.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,8 +75,7 @@
 block discarded – undo
75 75
 
76 76
             $instance = Instantiate::instantiate($class, $args);
77 77
 
78
-        }
79
-        catch (\Exception $e) {
78
+        } catch (\Exception $e) {
80 79
             throw $e;
81 80
         }
82 81
 
Please login to merge, or discard this patch.