Commit fa74679e authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge pull request #436 from velosipedist/hotfix/PhpDoc

phpdoc in Table::addForeignKey() update
parents 484fd984 4661844c
......@@ -326,7 +326,7 @@ class Table extends AbstractAsset
*
* Name is inferred from the local columns.
*
* @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
......@@ -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