Fixed wrongly initialized property.
This commit is contained in:
parent
bfb66f1d85
commit
b3ec4df8ce
@ -95,7 +95,7 @@ class QueryBuilder
|
||||
*
|
||||
* @var \Doctrine\Common\Collections\ArrayCollection
|
||||
*/
|
||||
private $parameters = array();
|
||||
private $parameters;
|
||||
|
||||
/**
|
||||
* The index of the first result to retrieve.
|
||||
|
Loading…
x
Reference in New Issue
Block a user