Searched refs:T_CLOSE_CURLY_BRACES (Results 1 – 2 of 2) sorted by relevance
43 const T_CLOSE_CURLY_BRACES = 102; define in Doctrine\\Common\\Annotations\\DocLexer65 '}' => self::T_CLOSE_CURLY_BRACES,
1111 if ($this->lexer->isNextToken(DocLexer::T_CLOSE_CURLY_BRACES)) {1112 $this->match(DocLexer::T_CLOSE_CURLY_BRACES);1123 if ($this->lexer->isNextToken(DocLexer::T_CLOSE_CURLY_BRACES)) {1130 $this->match(DocLexer::T_CLOSE_CURLY_BRACES);