Commit fabf5c53 authored by Marco Pivetta's avatar Marco Pivetta

Merge pull request #673 from deeky666/fix-tablediff-docblock

Fix DocBlock type hint
parents 60a19586 dfcfe740
......@@ -125,7 +125,7 @@ class TableDiff
*
* @param string $tableName
* @param \Doctrine\DBAL\Schema\Column[] $addedColumns
* @param \Doctrine\DBAL\Schema\Column[] $changedColumns
* @param \Doctrine\DBAL\Schema\ColumnDiff[] $changedColumns
* @param \Doctrine\DBAL\Schema\Column[] $removedColumns
* @param \Doctrine\DBAL\Schema\Index[] $addedIndexes
* @param \Doctrine\DBAL\Schema\Index[] $changedIndexes
......
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