Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcs-svn-pre-commit170 if ($phpcs->shouldProcessFile($path, dirname($path)) === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1564 * @see shouldProcessFile()
1597 if ($this->shouldProcessFile($file->getPathname(), $path) === false) {
1627 public function shouldProcessFile($path, $basedir) function in PHP_CodeSniffer