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
ac8b067a
Unverified
Commit
ac8b067a
authored
May 24, 2020
by
Grégoire Paris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve phpdoc
parent
b1a0d2d2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
DateExpressionTest.php
tests/Functional/Platform/DateExpressionTest.php
+1
-1
ResultCacheTest.php
tests/Functional/ResultCacheTest.php
+1
-1
ColumnCommentTest.php
tests/Functional/Schema/ColumnCommentTest.php
+1
-1
No files found.
tests/Functional/Platform/DateExpressionTest.php
View file @
ac8b067a
...
...
@@ -34,7 +34,7 @@ class DateExpressionTest extends FunctionalTestCase
}
/**
* @return
string[][]|int[][]
* @return
array<string, array<int, int|string|false>>
*/
public
static
function
differenceProvider
()
:
iterable
{
...
...
tests/Functional/ResultCacheTest.php
View file @
ac8b067a
...
...
@@ -195,7 +195,7 @@ class ResultCacheTest extends FunctionalTestCase
}
/**
* @param array<int, array<int, int|string>>|list<int> $expectedResult
* @param array<int, array<int
|string
, int|string>>|list<int> $expectedResult
*/
private
function
assertCacheNonCacheSelectSameFetchModeAreEqual
(
array
$expectedResult
,
callable
$fetchMode
)
:
void
{
...
...
tests/Functional/Schema/ColumnCommentTest.php
View file @
ac8b067a
...
...
@@ -47,7 +47,7 @@ class ColumnCommentTest extends FunctionalTestCase
}
/**
* @return
mixed[][]
* @return
iterable<string,array{0: string, 1: string, 2: mixed[]}>
*/
public
static
function
columnProvider
()
:
iterable
{
...
...
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