Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1604 if ($this->shouldIgnoreFile($path, dirname($path)) === true) {
1653 if ($this->shouldIgnoreFile($path, $basedir) === true) {
1670 public function shouldIgnoreFile($path, $basedir) function in PHP_CodeSniffer