Skip to content

Commit b32061d

Browse files
committed
Bucket key can have all the types
1 parent 1fb7738 commit b32061d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Response/Result/Aggregation/Bucket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Bucket
2121

2222

2323
public function __construct(
24-
string $key
24+
$key
2525
, int $docCount
2626
, int $position
2727
)

0 commit comments

Comments
 (0)