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
1e175835
Unverified
Commit
1e175835
authored
Apr 15, 2020
by
Grégoire Paris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid conflict with parent phpdoc
parent
bcf6a619
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
10 deletions
+4
-10
baseline.xml
baseline.xml
+0
-10
SqlitePlatform.php
lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
+2
-0
OracleSchemaManager.php
lib/Doctrine/DBAL/Schema/OracleSchemaManager.php
+2
-0
No files found.
baseline.xml
View file @
1e175835
...
@@ -71,16 +71,6 @@
...
@@ -71,16 +71,6 @@
<code>
sqlsrv_get_field($this-
>
stmt, 0)
</code>
<code>
sqlsrv_get_field($this-
>
stmt, 0)
</code>
</TooFewArguments>
</TooFewArguments>
</file>
</file>
<file
src=
"lib/Doctrine/DBAL/Platforms/AbstractPlatform.php"
>
<InvalidParamDefault
occurrences=
"1"
>
<code>
int
</code>
</InvalidParamDefault>
</file>
<file
src=
"lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php"
>
<InvalidParamDefault
occurrences=
"1"
>
<code>
string
</code>
</InvalidParamDefault>
</file>
<file
src=
"lib/Doctrine/DBAL/Tools/Dumper.php"
>
<file
src=
"lib/Doctrine/DBAL/Tools/Dumper.php"
>
<UndefinedClass
occurrences=
"1"
>
<UndefinedClass
occurrences=
"1"
>
<code>
Collection
</code>
<code>
Collection
</code>
...
...
lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
View file @
1e175835
...
@@ -807,6 +807,8 @@ class SqlitePlatform extends AbstractPlatform
...
@@ -807,6 +807,8 @@ class SqlitePlatform extends AbstractPlatform
/**
/**
* {@inheritDoc}
* {@inheritDoc}
*
* @param int|null $createFlags
*/
*/
public
function
getCreateTableSQL
(
Table
$table
,
$createFlags
=
null
)
public
function
getCreateTableSQL
(
Table
$table
,
$createFlags
=
null
)
{
{
...
...
lib/Doctrine/DBAL/Schema/OracleSchemaManager.php
View file @
1e175835
...
@@ -287,6 +287,8 @@ class OracleSchemaManager extends AbstractSchemaManager
...
@@ -287,6 +287,8 @@ class OracleSchemaManager extends AbstractSchemaManager
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*
*
* @param string|null $database
*
* Calling this method without an argument or by passing NULL is deprecated.
* Calling this method without an argument or by passing NULL is deprecated.
*/
*/
public
function
createDatabase
(
$database
=
null
)
public
function
createDatabase
(
$database
=
null
)
...
...
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