Passed
Push — master ( ae9656...8b853b )
by Henri
01:13
created
src/Datamanager.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
             $this->check_fail();
138 138
 
139 139
             $this->transaction('commit');
140
-        }catch(Exception $er){
140
+        } catch(Exception $er){
141 141
             $this->transaction('rollback');
142 142
             throw $er;
143 143
         }
Please login to merge, or discard this patch.
src/DataTrait.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -266,7 +266,7 @@
 block discarded – undo
266 266
             
267 267
             $this->transaction('commit');
268 268
 
269
-        }catch(Exception $er){
269
+        } catch(Exception $er){
270 270
             $this->transaction('rollback');
271 271
             throw $er;
272 272
         }
Please login to merge, or discard this patch.