We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db1212 commit ad69a5fCopy full SHA for ad69a5f
lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
@@ -228,6 +228,7 @@ public function getAllClassNames()
228
foreach ($this->excludePaths as $excludePath) {
229
$exclude = str_replace('\\', '/', realpath($excludePath));
230
$current = str_replace('\\', '/', $sourceFile);
231
+
232
if (strpos($current, $exclude) !== false) {
233
continue 2;
234
}
0 commit comments