@@ -430,11 +430,11 @@ |
||
430 | 430 | return new DiversifiedSampler($name); |
431 | 431 | } |
432 | 432 | |
433 | - /** |
|
434 | - * composite aggregation |
|
435 | - */ |
|
433 | + /** |
|
434 | + * composite aggregation |
|
435 | + */ |
|
436 | 436 | public function composite(string $name): Composite |
437 | 437 | { |
438 | - return new Composite($name); |
|
438 | + return new Composite($name); |
|
439 | 439 | } |
440 | 440 | } |