Completed
Push — master ( 579af5...b29473 )
by Oleg
07:53
created
micro/db/DbConnection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
147 147
     public function createTable($name, array $elements = [], $params = '')
148 148
     {
149 149
         return $this->conn->exec(
150
-            "CREATE TABLE IF NOT EXISTS `{$name}` (`".implode('`,`', $elements)."`) {$params};"
150
+            "CREATE TABLE IF NOT EXISTS `{$name}` (`" . implode('`,`', $elements) . "`) {$params};"
151 151
         );
152 152
     }
153 153
 
Please login to merge, or discard this patch.