Home
last modified time | relevance | path

Searched refs:docCommentIsComment (Results 1 – 1 of 1) sorted by path

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DTokenParser.php73 …* @param boolean $docCommentIsComment If TRUE then a doc comment is considered a comment and skipp…
78 public function next($docCommentIsComment = TRUE) argument
84 ($docCommentIsComment && $this->tokens[$i][0] === T_DOC_COMMENT)) {