1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

Fix change in signature for hydrator statement mock.

This commit is contained in:
Benjamin Eberlei 2013-03-14 19:33:21 +01:00
parent eca468b9d1
commit cf2cd549c8

View file

@ -78,7 +78,7 @@ class HydratorMockStatement implements \IteratorAggregate, \Doctrine\DBAL\Driver
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public function bindParam($column, &$variable, $type = null) public function bindParam($column, &$variable, $type = null, $length = null)
{ {
} }