Home
last modified time | relevance | path

Searched defs:T_MINUS (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DDocLexer.php54 const T_MINUS = 113; define in Doctrine\\Common\\Annotations\\DocLexer
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
DTokens.php37 define('T_MINUS', 'PHPCS_T_MINUS'); define