Unverified Commit 6f114455 authored by Michael Moravec's avatar Michael Moravec Committed by Sergei Morozov

Revert complex type specification in Connection

parent 783839e1
......@@ -1462,7 +1462,7 @@ class Connection implements DriverConnection
*
* @param DriverStatement $stmt The statement to bind the values to.
* @param mixed[] $params The map/list of named/positional parameters.
* @param int[]|string[] $types The parameter types (PDO binding types or DBAL mapping types).
* @param int[]|string[] $types The parameter types.
*/
private function _bindTypedValues(DriverStatement $stmt, array $params, array $types) : void
{
......
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