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 fa7290b commit 5d831ecCopy full SHA for 5d831ec
src/Types/ContextFactory.php
@@ -51,7 +51,7 @@ public function createFromReflector(\Reflector $reflector)
51
return new Context($namespace, []);
52
}
53
54
- return $this->createForNamespace($reflector->getNamespaceName(), file_get_contents($fileName));
+ return $this->createForNamespace($namespace, file_get_contents($fileName));
55
56
57
/**
0 commit comments