private function isComment(int $token) : bool { return $token === T_COMMENT || $token === T_DOC_COMMENT; }