Commit f1273827 authored by jeroendedauw's avatar jeroendedauw

Fix incorrect type hint in TableDiff

parent 62e53007
......@@ -48,7 +48,7 @@ class TableDiff
/**
* All changed fields.
*
* @var \Doctrine\DBAL\Schema\Column[]
* @var \Doctrine\DBAL\Schema\ColumnDiff[]
*/
public $changedColumns = 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