Fixed return values types to match the parent method types

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