Fix change in signature for hydrator statement mock.
This commit is contained in:
parent
eca468b9d1
commit
cf2cd549c8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue