Skip to content

Commit

Permalink
Merge branch 'bug-aggregation-key'
Browse files Browse the repository at this point in the history
  • Loading branch information
babenkoivan committed Jan 6, 2022
2 parents 51e860b + 2d5d472 commit ec2c34e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Search/Bucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ public function docCount(): int
return $this->bucket['doc_count'] ?? 0;
}

public function key(): string
/**
* @return mixed
*/
public function key()
{
return $this->bucket['key'];
}
Expand Down

0 comments on commit ec2c34e

Please sign in to comment.