Commit 2ac55964 authored by turbohz's avatar turbohz

getAlterTableSQL(TableDiff $diff) expects an array of (string=>Column) for $removedColumns

parent 48f67ae5
...@@ -61,7 +61,7 @@ class TableDiff ...@@ -61,7 +61,7 @@ class TableDiff
/** /**
* All removed fields * All removed fields
* *
* @var array(string=>bool) * @var array(string=>Column)
*/ */
public $removedColumns = array(); public $removedColumns = array();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment