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
49bf43bb
Commit
49bf43bb
authored
Aug 07, 2017
by
Marco Pivetta
Committed by
GitHub
Aug 07, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2813 from AlessandroMinoccheri/fix_return_type_OCI8Statement
fixed return type into OCI8Statement
parents
436179f0
36004e7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
OCI8Statement.php
lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php
+1
-1
No files found.
lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php
View file @
49bf43bb
...
@@ -119,7 +119,7 @@ class OCI8Statement implements \IteratorAggregate, Statement
...
@@ -119,7 +119,7 @@ class OCI8Statement implements \IteratorAggregate, Statement
*
*
* @param string $statement The SQL statement to convert.
* @param string $statement The SQL statement to convert.
*
*
* @return
string
* @return
array [0] => the statement value (string), [1] => the paramMap value (array).
* @throws \Doctrine\DBAL\Driver\OCI8\OCI8Exception
* @throws \Doctrine\DBAL\Driver\OCI8\OCI8Exception
*/
*/
public
static
function
convertPositionalToNamedPlaceholders
(
$statement
)
public
static
function
convertPositionalToNamedPlaceholders
(
$statement
)
...
...
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