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
93a45457
Unverified
Commit
93a45457
authored
Apr 19, 2020
by
Grégoire Paris
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/3.0.x'
parents
d4c78642
72a3c860
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.scrutinizer.yml
.scrutinizer.yml
+1
-1
SqlitePlatform.php
src/Platforms/SqlitePlatform.php
+1
-1
No files found.
.scrutinizer.yml
View file @
93a45457
...
...
@@ -21,7 +21,7 @@ before_commands:
tools
:
external_code_coverage
:
timeout
:
3600
runs
:
2
6
# 21x Travis (jobs with COVERAGE=yes) + 3x AppVeyor (jobs with coverage=yes) + 2
x ContinuousPHP
runs
:
2
4
# 21x Travis (jobs with COVERAGE=yes) + 2x AppVeyor (jobs with coverage=yes) + 1
x ContinuousPHP
filter
:
excluded_paths
:
...
...
src/Platforms/SqlitePlatform.php
View file @
93a45457
...
...
@@ -698,7 +698,7 @@ class SqlitePlatform extends AbstractPlatform
/**
* {@inheritDoc}
*
* @param int
|null
$createFlags
* @param int $createFlags
*/
public
function
getCreateTableSQL
(
Table
$table
,
int
$createFlags
=
self
::
CREATE_INDEXES
|
self
::
CREATE_FOREIGNKEYS
)
:
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