Fixed return values types to match the parent method types

parent 7acf85c5
......@@ -87,7 +87,7 @@ class OraclePlatformTest extends AbstractPlatformTestCase
}
/**
* @return mixed[]
* {@inheritDoc}
*/
public function getGenerateTableWithMultiColumnUniqueIndexSql() : array
{
......@@ -405,7 +405,7 @@ class OraclePlatformTest extends AbstractPlatformTestCase
}
/**
* @return mixed[]
* {@inheritDoc}
*/
protected function getQuotedColumnInPrimaryKeySQL() : array
{
......@@ -413,7 +413,7 @@ class OraclePlatformTest extends AbstractPlatformTestCase
}
/**
* @return mixed[]
* {@inheritDoc}
*/
protected function getQuotedColumnInIndexSQL() : array
{
......@@ -424,7 +424,7 @@ class OraclePlatformTest extends AbstractPlatformTestCase
}
/**
* @return mixed[]
* {@inheritDoc}
*/
protected function getQuotedNameInIndexSQL() : array
{
......@@ -435,7 +435,7 @@ class OraclePlatformTest extends AbstractPlatformTestCase
}
/**
* @return mixed[]
* {@inheritDoc}
*/
protected function getQuotedColumnInForeignKeySQL() : array
{
......
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