You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we try to retrieve the namespace aliases in the FileReflector we
have noticed that we did not receive any results despite that there are
namespace aliases present in a file.
During a previous refactoring the concept of a DocBlock Context was
introduced but the getters for namespace and namespace aliases were
not changed to retrieve their information from that context class.
In this commit I have altered the FileReflector to use the context and
I have cleaned up a few parts.
This change fixesphpDocumentor/phpDocumentor#1313.
0 commit comments