Commit 114610f7 authored by velosipedist's avatar velosipedist

phpdoc in Table::addForeignKey() update

parent 2deaa6a5
...@@ -326,7 +326,7 @@ class Table extends AbstractAsset ...@@ -326,7 +326,7 @@ class Table extends AbstractAsset
* *
* Name is inferred from the local columns. * 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 $localColumnNames
* @param array $foreignColumnNames * @param array $foreignColumnNames
* @param array $options * @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