Skip to content

Commit ad69a5f

Browse files
beberleiOcramius
authored andcommitted
Housekeeping
1 parent 6db1212 commit ad69a5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ public function getAllClassNames()
228228
foreach ($this->excludePaths as $excludePath) {
229229
$exclude = str_replace('\\', '/', realpath($excludePath));
230230
$current = str_replace('\\', '/', $sourceFile);
231+
231232
if (strpos($current, $exclude) !== false) {
232233
continue 2;
233234
}

0 commit comments

Comments
 (0)