Passed
Push — master ( 7223ea...5a2f47 )
by Maike
04:45 queued 01:57
created
lib/support/Transaction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
                 $this->results = $closure($connection);
43 43
                 if ($this->results === false) {
44 44
                     $connection->rollbackTransaction();
45
-                } else {
45
+                }else {
46 46
                     $connection->commitTransaction();
47 47
                 }
48 48
             } catch (\Exception $e) {
Please login to merge, or discard this patch.