Completed
Branch master (a57439)
by Ronan
02:44
created
src/Orm.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,8 +86,7 @@
 block discarded – undo
86 86
             }
87 87
 
88 88
             return $result;
89
-        }
90
-        catch (Exception $ex) {
89
+        } catch (Exception $ex) {
91 90
             $connection->rollback();
92 91
             throw $ex;
93 92
         }
Please login to merge, or discard this patch.