Home
last modified time | relevance | path

Searched refs:scopeTokens (Results 1 – 1 of 1) sorted by last modified time

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractScopeSniff.php75 * @param array $scopeTokens The type of scope the test wishes to listen to.
87 array $scopeTokens, argument
91 if (empty($scopeTokens) === true) {
101 $invalidScopeTokens = array_intersect($scopeTokens, $tokens);
109 $this->_scopeTokens = array_flip($scopeTokens);