Skip to content

Commit

Permalink
Fix Builder::getAggregation $options parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed May 9, 2022
1 parent cdb60e2 commit 632d53c
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 632d53c

Please sign in to comment.