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
422f23a7
Unverified
Commit
422f23a7
authored
Jun 27, 2020
by
Sergei Morozov
Committed by
GitHub
Jun 27, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4120 from morozov/update-coding-standard
Update Slevomat Coding Standard to 6.3.10
parents
f55bdb45
17d24b0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
composer.lock
composer.lock
+5
-5
StatementIteratorTest.php
tests/Doctrine/Tests/DBAL/Driver/StatementIteratorTest.php
+4
-2
No files found.
composer.lock
View file @
422f23a7
...
...
@@ -2512,16 +2512,16 @@
},
{
"name": "slevomat/coding-standard",
"version": "6.3.
3
",
"version": "6.3.
10
",
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
"reference": "
b905a82255749de847fd4de607c7a4c8163f058d
"
"reference": "
58fa5ea2c048357ae55185eb5e93ca2826fffde0
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/
b905a82255749de847fd4de607c7a4c8163f058d
",
"reference": "
b905a82255749de847fd4de607c7a4c8163f058d
",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/
58fa5ea2c048357ae55185eb5e93ca2826fffde0
",
"reference": "
58fa5ea2c048357ae55185eb5e93ca2826fffde0
",
"shasum": ""
},
"require": {
...
...
@@ -2565,7 +2565,7 @@
"type": "tidelift"
}
],
"time": "2020-0
4-28T07:15:08
+00:00"
"time": "2020-0
6-22T11:33:09
+00:00"
},
{
"name": "squizlabs/php_codesniffer",
...
...
tests/Doctrine/Tests/DBAL/Driver/StatementIteratorTest.php
View file @
422f23a7
...
...
@@ -104,8 +104,10 @@ class StatementIteratorTest extends DbalTestCase
yield
[
PortabilityStatement
::
class
];
yield
[
SQLAnywhereStatement
::
class
];
if
(
extension_loaded
(
'sqlsrv'
))
{
yield
[
SQLSrvStatement
::
class
]
;
if
(
!
extension_loaded
(
'sqlsrv'
))
{
return
;
}
yield
[
SQLSrvStatement
::
class
];
}
}
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