Passed
Branch master (8a7ad0)
by Henri
01:23 queued 10s
created
src/DataTrait.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -248,7 +248,7 @@  discard block
 block discarded – undo
248 248
             
249 249
             $this->transaction('commit');
250 250
 
251
-        }catch(Exception $er){
251
+        } catch(Exception $er){
252 252
             $this->transaction('rollback');
253 253
             throw $er;
254 254
         }
@@ -327,7 +327,7 @@  discard block
 block discarded – undo
327 327
             $this->check_fail();
328 328
 
329 329
             $this->transaction('commit');
330
-        }catch(Exception $er){
330
+        } catch(Exception $er){
331 331
             $this->transaction('rollback');
332 332
             throw $er;
333 333
         }
Please login to merge, or discard this patch.