1
0
mirror of synced 2025-02-20 14:13:15 +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}
*/
public function bindParam($column, &$variable, $type = null)
public function bindParam($column, &$variable, $type = null, $length = null)
{
}