Skip to content

Commit

Permalink
allow Local Parameters like countDistinct (#922)
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Kalkbrenner <[email protected]>
  • Loading branch information
Raggok and mkalkbrenner authored Jul 6, 2021
1 parent c66a755 commit b291507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Component/Result/Stats/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public function getPercentiles(): ?array
*
* @return string|array|null
*/
protected function getValue($name)
public function getValue($name)
{
return $this->stats[$name] ?? null;
}
Expand Down

0 comments on commit b291507

Please sign in to comment.