Commit 127cb83e authored by Guilherme Blanco's avatar Guilherme Blanco

Added missing return method

parent 605e2015
......@@ -696,7 +696,7 @@ class Table extends AbstractAsset
*
* @return UniqueConstraint[]
*/
public function getUniqueConstraints()
public function getUniqueConstraints() : array
{
return $this->uniqueConstraints;
}
......
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