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
0d7999ee
Unverified
Commit
0d7999ee
authored
May 31, 2020
by
Grégoire Paris
Committed by
GitHub
May 31, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4040 from greg0ire/merge-up-mistakes
Merge up mistakes
parents
90b68ab6
eaa55bda
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
phpcs.xml.dist
phpcs.xml.dist
+1
-1
AbstractPostgreSQLPlatformTestCase.php
tests/Platforms/AbstractPostgreSQLPlatformTestCase.php
+2
-3
No files found.
phpcs.xml.dist
View file @
0d7999ee
...
@@ -112,6 +112,6 @@
...
@@ -112,6 +112,6 @@
<!-- The SQLSRV_* functions are defined in the upper case by the sqlsrv extension and violate the standard
<!-- The SQLSRV_* functions are defined in the upper case by the sqlsrv extension and violate the standard
see https://docs.microsoft.com/en-us/sql/connect/php/constants-microsoft-drivers-for-php-for-sql-server -->
see https://docs.microsoft.com/en-us/sql/connect/php/constants-microsoft-drivers-for-php-for-sql-server -->
<rule
ref=
"Squiz.PHP.LowercasePHPFunctions"
>
<rule
ref=
"Squiz.PHP.LowercasePHPFunctions"
>
<exclude-pattern>
lib/Doctrine/DBAL
/Driver/SQLSrv/SQLSrvStatement.php
</exclude-pattern>
<exclude-pattern>
src
/Driver/SQLSrv/SQLSrvStatement.php
</exclude-pattern>
</rule>
</rule>
</ruleset>
</ruleset>
tests/Platforms/AbstractPostgreSQLPlatformTestCase.php
View file @
0d7999ee
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
namespace
Doctrine\DBAL\Tests\Platforms
;
namespace
Doctrine\DBAL\Tests\Platforms
;
use
Doctrine\DBAL\Platforms\AbstractPlatform
;
use
Doctrine\DBAL\Platforms\AbstractPlatform
;
use
Doctrine\DBAL\Platforms\PostgreSQL100Platform
;
use
Doctrine\DBAL\Platforms\PostgreSQL94Platform
;
use
Doctrine\DBAL\Platforms\PostgreSQL94Platform
;
use
Doctrine\DBAL\Schema\Column
;
use
Doctrine\DBAL\Schema\Column
;
use
Doctrine\DBAL\Schema\ColumnDiff
;
use
Doctrine\DBAL\Schema\ColumnDiff
;
...
@@ -19,10 +18,10 @@ use function sprintf;
...
@@ -19,10 +18,10 @@ use function sprintf;
abstract
class
AbstractPostgreSQLPlatformTestCase
extends
AbstractPlatformTestCase
abstract
class
AbstractPostgreSQLPlatformTestCase
extends
AbstractPlatformTestCase
{
{
/** @var PostgreSQL94Platform
|PostgreSQL100Platform
*/
/** @var PostgreSQL94Platform */
protected
$platform
;
protected
$platform
;
/** @return PostgreSQL94Platform
|PostgreSQL100Platform
*/
/** @return PostgreSQL94Platform */
abstract
public
function
createPlatform
()
:
AbstractPlatform
;
abstract
public
function
createPlatform
()
:
AbstractPlatform
;
public
function
getGenerateTableSql
()
:
string
public
function
getGenerateTableSql
()
:
string
...
...
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