protected function parseComments() : Result { $commentParser = new Comment($this->lexer, new DomainComment()); $result = $commentParser->parse(); $this->warnings = [ $this->warnings, $commentParser->getWarnings(), ]; return $result; }