parameters = $parameters; } /** * @return string[] */ public function getParameters(): array { return $this->parameters; } }