Files
barryvdh_ReflectionDocBlock/tests/phpDocumentor/Reflection/DocBlock
Marieke Bednarczyk 708c2c9253 fix for bug #1672 in phpDocumentor2
When dealing with inline @see or @link tags and having a relative method or property type
like LinkDescriptor::setLink() and a namespace alias like phpDocumentor\Descriptor\Tag\LinkDescriptor
Collection::expand() was checking if LinkDescriptor::setLink() could be found in the namespace aliases.
This would never be true.
In this fix, the method or type (for instance ::setLink()) part is removed for comparison
and later re-added when generating the full name
2015-12-13 15:52:57 +01:00
..
2015-02-03 13:10:50 +01:00
2015-12-13 15:52:57 +01:00
2012-11-13 21:50:56 +02:00