Skip to content

Commit

Permalink
Fixed Sniff inclusion on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Jun 10, 2012
1 parent 1c59560 commit 8c43127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeSniffer.php
Expand Up @@ -767,7 +767,7 @@ public function getSniffFiles($dir, $standard=null)
if (in_array($sniff, $excludedSniffs) === true) {
continue;
} else {
$files[] = $sniff;
$files[] = realpath($sniff);
}
}

Expand Down

0 comments on commit 8c43127

Please sign in to comment.