Completed
Push — master ( 201d10...5dcb55 )
by Edgard
30:47
created
src/QueryBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -377,7 +377,7 @@
 block discarded – undo
377 377
         
378 378
         $baseSql = 'ALTER TABLE ' . $this->db->quoteTableName($table)
379 379
         . ' ALTER ' . $this->db->quoteColumnName($column)
380
-        . (($hasType) ? ' TYPE ' : ' ') .  $this->getColumnType($type);
380
+        . (($hasType) ? ' TYPE ' : ' ') . $this->getColumnType($type);
381 381
         
382 382
         if ($columnSchema->allowNull == $allowNullNewType) {
383 383
             return $baseSql;
Please login to merge, or discard this patch.