Skip to content

Commit 191e436

Browse files
author
fedorf4
committed
merge
2 parents c6598fc + 0871639 commit 191e436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aggregating/Bucket/ReverseNestedAggregation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class ReverseNestedAggregation implements Aggregation
1010
{
1111
public function __construct(
12-
private string $name,
12+
private string $name,
1313
private AggregationCollection $children
1414
) {
1515
Assert::stringNotEmpty(trim($name));

0 commit comments

Comments
 (0)