$comments */ public function addComments(array $comments) : void; /** * @return list */ public function getComments() : array; /** * @param list $comments */ public function setComments(array $comments) : void; }