Commit 49bf43bb authored by Marco Pivetta's avatar Marco Pivetta Committed by GitHub

Merge pull request #2813 from AlessandroMinoccheri/fix_return_type_OCI8Statement

fixed return type into OCI8Statement
parents 436179f0 36004e7d
...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment