Passed
Pull Request — v1 (#21)
by
unknown
06:11
created
src/db/Schema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     public function findTableNames($schema = '') {
53 53
       $sql = 'SHOW TABLES';
54 54
       if ($schema !== '') {
55
-          $sql .= ' FROM ' . $this->quoteSimpleTableName($schema);
55
+          $sql .= ' FROM '.$this->quoteSimpleTableName($schema);
56 56
       }
57 57
 
58 58
       return $this->db->createCommand($sql)->queryColumn();
Please login to merge, or discard this patch.