parameterName, $this->constraint) ); } /** * @since 35.0.0 */ public function getParameterName(): string { return $this->parameterName; } /** * @since 35.0.0 */ public function getConstraint(): string { return $this->constraint; } }