Skip to content

Commit

Permalink
Merge pull request #2445 from franmomu/fix_type
Browse files Browse the repository at this point in the history
Fix Builder::getAggregation $options parameter type
  • Loading branch information
malarzm authored May 9, 2022
2 parents cdb60e2 + 632d53c commit 5ce826d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ODM/MongoDB/Aggregation/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public function geoNear($x, $y = null): Stage\GeoNear
/**
* Returns an aggregation object for the current pipeline
*
* @param array<array<string, mixed>> $options
* @param array<string, mixed> $options
*/
public function getAggregation(array $options = []): Aggregation
{
Expand Down

0 comments on commit 5ce826d

Please sign in to comment.