Passed
Push — master ( da981b...ef6cbf )
by Michael
04:08
created
helper/db.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,9 @@
 block discarded – undo
75 75
     public function reset()
76 76
     {
77 77
         $db = $this->getDB();
78
-        if (!$db) return;
78
+        if (!$db) {
79
+            return;
80
+        }
79 81
 
80 82
         $db->query('DELETE FROM issues');
81 83
         $db->query('DELETE FROM issue_issues');
Please login to merge, or discard this patch.