Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContextFactory.php27 const T_LITERAL_END_OF_USE = ';'; define in phpDocumentor\\Reflection\\Types\\ContextFactory
152 if ($tokens->current()[0] === self::T_LITERAL_END_OF_USE) {
187 && ($tokens->current()[0] !== self::T_LITERAL_END_OF_USE)