Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php550 $sniffs = $this->_expandRulesetReference($restrictions[0], dirname($standard));
780 $this->_expandRulesetReference($rule['ref'], $rulesetDir, $depth)
806 … $this->_expandRulesetReference($exclude['name'], $rulesetDir, ($depth + 1))
1016 private function _expandRulesetReference($ref, $rulesetDir, $depth=0) function in PHP_CodeSniffer