Commit 36004e7d authored by Alessandro Minoccheri's avatar Alessandro Minoccheri

fixed return type into OCI8Statement

parent 436179f0
......@@ -119,7 +119,7 @@ class OCI8Statement implements \IteratorAggregate, Statement
*
* @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
*/
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