Skip to content

Commit

Permalink
Housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei authored and Ocramius committed May 21, 2014
1 parent 6db1212 commit ad69a5f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ public function getAllClassNames()
foreach ($this->excludePaths as $excludePath) {
$exclude = str_replace('\\', '/', realpath($excludePath));
$current = str_replace('\\', '/', $sourceFile);

if (strpos($current, $exclude) !== false) {
continue 2;
}
Expand Down

0 comments on commit ad69a5f

Please sign in to comment.