Passed
Push — master ( d15464...d64dd2 )
by Alexey
05:25
created
system/modules/Db/objects/Mysql/Mysql.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
     }
109 109
 
110 110
     public function deleteTable($tableName) {
111
-        if(!$tableName){
111
+        if (!$tableName) {
112 112
             return true;
113 113
         }
114 114
         $query = new Mysql\Query($this);
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
     }
109 109
 
110 110
     public function deleteTable($tableName) {
111
-        if(!$tableName){
111
+        if(!$tableName) {
112 112
             return true;
113 113
         }
114 114
         $query = new Mysql\Query($this);
Please login to merge, or discard this patch.