Commit 4661844c authored by velosipedist's avatar velosipedist

another cases also updated

parent 114610f7
......@@ -348,7 +348,7 @@ class Table extends AbstractAsset
*
* @deprecated Use {@link addForeignKeyConstraint}
*
* @param \Doctrine\DBAL\Schema\Table $foreignTable
* @param \Doctrine\DBAL\Schema\Table|string $foreignTable Table schema instance or table name
* @param array $localColumnNames
* @param array $foreignColumnNames
* @param array $options
......@@ -366,7 +366,7 @@ class Table extends AbstractAsset
* @deprecated Use {@link addForeignKeyConstraint}
*
* @param string $name
* @param \Doctrine\DBAL\Schema\Table $foreignTable
* @param \Doctrine\DBAL\Schema\Table|string $foreignTable Table schema instance or table name
* @param array $localColumnNames
* @param array $foreignColumnNames
* @param array $options
......
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