Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php2230 * @param string $standardsDir A specific directory to look for standards
2239 $standardsDir='' argument
2243 if ($standardsDir === '') {
2246 $installedPaths = array($standardsDir);
2249 foreach ($installedPaths as $standardsDir) {
2250 $di = new DirectoryIterator($standardsDir);