Home
last modified time | relevance | path

Searched refs:T_CLOSE_CURLY_BRACES (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php43 const T_CLOSE_CURLY_BRACES = 102; define in Doctrine\\Common\\Annotations\\DocLexer
65 '}' => self::T_CLOSE_CURLY_BRACES,
H A DDocParser.php1111 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);