Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

Commit

Permalink
Merge branch '1.2.x'
Browse files Browse the repository at this point in the history
* 1.2.x:
  Initialize the aggregation builder stages property with an empty array
  • Loading branch information
alcaeus committed Mar 24, 2016
2 parents b4eb868 + ff9bdc6 commit 87ec3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/MongoDB/Aggregation/Builder.php
Expand Up @@ -42,7 +42,7 @@ class Builder
/**
* @var Stage[]
*/
private $stages;
private $stages = array();

/**
* Create a new aggregation builder.
Expand Down

0 comments on commit 87ec3b9

Please sign in to comment.