Completed
Pull Request — master (#38)
by
unknown
03:16
created
src/MySql/Table/Columns.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     /** @var ColumnType $column */
52 52
     foreach ($currentColumnsMetadata->columns as $column)
53 53
     {
54
-      $columns[] = $column->getType();;
54
+      $columns[] = $column->getType(); ;
55 55
     }
56 56
 
57 57
     return new Columns($columns);
Please login to merge, or discard this patch.