Skip to content

Commit

Permalink
Merge pull request #1002 from BenMorel/propertyfix
Browse files Browse the repository at this point in the history
Fixed wrongly initialized property.
  • Loading branch information
Ocramius committed Apr 4, 2014
2 parents bfb66f1 + b3ec4df commit 4d950a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/QueryBuilder.php
Expand Up @@ -95,7 +95,7 @@ class QueryBuilder
*
* @var \Doctrine\Common\Collections\ArrayCollection
*/
private $parameters = array();
private $parameters;

/**
* The index of the first result to retrieve.
Expand Down

0 comments on commit 4d950a9

Please sign in to comment.