comments; } /** * Add a comment * * @param mixed $comment Comment * * @return void * * @since 1.0.0 */ public function addComment($comment) : void { $this->comments[] = $comment; } }