Merge pull request #1002 from BenMorel/propertyfix
Fixed wrongly initialized property.
This commit is contained in:
commit
4d950a9e10
@ -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