We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6598fc + 0871639 commit 191e436Copy full SHA for 191e436
src/Aggregating/Bucket/ReverseNestedAggregation.php
@@ -9,7 +9,7 @@
9
class ReverseNestedAggregation implements Aggregation
10
{
11
public function __construct(
12
- private string $name,
+ private string $name,
13
private AggregationCollection $children
14
) {
15
Assert::stringNotEmpty(trim($name));
0 commit comments