Skip to content

Commit

Permalink
Housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Feb 3, 2014
1 parent d0c1a60 commit dcb25b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,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 dcb25b3

Please sign in to comment.