parameterName, $this->minValue, $this->maxValue, ) ); } /** * @since 29.0.0 */ public function getParameterName(): string { return $this->parameterName; } /** * @since 29.0.0 */ public function getActualValue(): int { return $this->actualValue; } /** * @since 29.0.0 */ public function getMinValue(): int { return $this->minValue; } /** * @since 29.0.0 */ public function getMaxValue(): int { return $this->maxValue; } }