Commit 114610f7 authored by velosipedist's avatar velosipedist

phpdoc in Table::addForeignKey() update

parent 2deaa6a5
......@@ -326,11 +326,11 @@ class Table extends AbstractAsset
*
* Name is inferred from the local columns.
*
* @param \Doctrine\DBAL\Schema\Table $foreignTable
* @param array $localColumnNames
* @param array $foreignColumnNames
* @param array $options
* @param string|null $constraintName
* @param \Doctrine\DBAL\Schema\Table|string $foreignTable Table schema instance or table name
* @param array $localColumnNames
* @param array $foreignColumnNames
* @param array $options
* @param string|null $constraintName
*
* @return \Doctrine\DBAL\Schema\Table
*/
......
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