public function isCandidate(Tokens $tokens) : bool { return $tokens->isTokenKindFound(T_DOC_COMMENT); }