Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
877b27e3
Unverified
Commit
877b27e3
authored
Jun 19, 2020
by
Sergei Morozov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace invalid return type annotations with {@inheritDoc}
parent
83b3d59c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
DriverTest.php
...Doctrine/Tests/DBAL/Driver/DrizzlePDOMySql/DriverTest.php
+1
-1
OraclePlatformTest.php
tests/Doctrine/Tests/DBAL/Platforms/OraclePlatformTest.php
+5
-5
No files found.
tests/Doctrine/Tests/DBAL/Driver/DrizzlePDOMySql/DriverTest.php
View file @
877b27e3
...
@@ -39,7 +39,7 @@ class DriverTest extends PDOMySQLDriverTest
...
@@ -39,7 +39,7 @@ class DriverTest extends PDOMySQLDriverTest
}
}
/**
/**
*
@return mixed[][]
*
{@inheritDoc}
*/
*/
protected
function
getDatabasePlatformsForVersions
()
:
array
protected
function
getDatabasePlatformsForVersions
()
:
array
{
{
...
...
tests/Doctrine/Tests/DBAL/Platforms/OraclePlatformTest.php
View file @
877b27e3
...
@@ -93,7 +93,7 @@ class OraclePlatformTest extends AbstractPlatformTestCase
...
@@ -93,7 +93,7 @@ class OraclePlatformTest extends AbstractPlatformTestCase
}
}
/**
/**
*
@return mixed[]
*
{@inheritDoc}
*/
*/
public
function
getGenerateTableWithMultiColumnUniqueIndexSql
()
:
array
public
function
getGenerateTableWithMultiColumnUniqueIndexSql
()
:
array
{
{
...
@@ -408,7 +408,7 @@ class OraclePlatformTest extends AbstractPlatformTestCase
...
@@ -408,7 +408,7 @@ class OraclePlatformTest extends AbstractPlatformTestCase
}
}
/**
/**
*
@return mixed[]
*
{@inheritDoc}
*/
*/
protected
function
getQuotedColumnInPrimaryKeySQL
()
:
array
protected
function
getQuotedColumnInPrimaryKeySQL
()
:
array
{
{
...
@@ -416,7 +416,7 @@ class OraclePlatformTest extends AbstractPlatformTestCase
...
@@ -416,7 +416,7 @@ class OraclePlatformTest extends AbstractPlatformTestCase
}
}
/**
/**
*
@return mixed[]
*
{@inheritDoc}
*/
*/
protected
function
getQuotedColumnInIndexSQL
()
:
array
protected
function
getQuotedColumnInIndexSQL
()
:
array
{
{
...
@@ -427,7 +427,7 @@ class OraclePlatformTest extends AbstractPlatformTestCase
...
@@ -427,7 +427,7 @@ class OraclePlatformTest extends AbstractPlatformTestCase
}
}
/**
/**
*
@return mixed[]
*
{@inheritDoc}
*/
*/
protected
function
getQuotedNameInIndexSQL
()
:
array
protected
function
getQuotedNameInIndexSQL
()
:
array
{
{
...
@@ -438,7 +438,7 @@ class OraclePlatformTest extends AbstractPlatformTestCase
...
@@ -438,7 +438,7 @@ class OraclePlatformTest extends AbstractPlatformTestCase
}
}
/**
/**
*
@return mixed[]
*
{@inheritDoc}
*/
*/
protected
function
getQuotedColumnInForeignKeySQL
()
:
array
protected
function
getQuotedColumnInForeignKeySQL
()
:
array
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment