diff --git a/src/Component/Result/Stats/Result.php b/src/Component/Result/Stats/Result.php index 9532a9e09..4080e35df 100644 --- a/src/Component/Result/Stats/Result.php +++ b/src/Component/Result/Stats/Result.php @@ -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; }