Test Failed
Pull Request — master (#299)
by Sergei
16:04 queued 04:35
created
src/Schema.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -132,10 +132,10 @@
 block discarded – undo
132 132
     protected function findTableNames(string $schema = ''): array
133 133
     {
134 134
         return $this->db
135
-           ->createCommand(
136
-               "SELECT DISTINCT tbl_name FROM sqlite_master WHERE tbl_name<>'sqlite_sequence' ORDER BY tbl_name"
137
-           )
138
-           ->queryColumn();
135
+            ->createCommand(
136
+                "SELECT DISTINCT tbl_name FROM sqlite_master WHERE tbl_name<>'sqlite_sequence' ORDER BY tbl_name"
137
+            )
138
+            ->queryColumn();
139 139
     }
140 140
 
141 141
     /**
Please login to merge, or discard this patch.