validateErrors = $errors; } /** * @return iterable */ public function getValidateErrors(): iterable { return $this->validateErrors; } }