1
0
mirror of synced 2025-01-25 01:31:40 +03:00

Merge pull request #1002 from BenMorel/propertyfix

Fixed wrongly initialized property.
This commit is contained in:
Marco Pivetta 2014-04-04 22:42:43 +02:00
commit 4d950a9e10

View File

@ -95,7 +95,7 @@ class QueryBuilder
*
* @var \Doctrine\Common\Collections\ArrayCollection
*/
private $parameters = array();
private $parameters;
/**
* The index of the first result to retrieve.