Fix change in signature for hydrator statement mock.
This commit is contained in:
parent
eca468b9d1
commit
cf2cd549c8
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user