Commit c7d7fe8e authored by Guilherme Blanco's avatar Guilherme Blanco

Merge pull request #583 from JeroenDeDauw/tablediff

Fix incorrect type hint in TableDiff
parents 818622e6 f1273827
......@@ -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