1
0
mirror of synced 2025-01-31 12:32:59 +03:00

Fixed wrongly initialized property.

This commit is contained in:
Benjamin Morel 2014-04-04 20:05:16 +00:00
parent bfb66f1d85
commit b3ec4df8ce

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.