reasons = $reasons; } /** * @return \Throwable[] */ public function getReasons(): array { return $this->reasons; } }