MontealegreLuis / phuml

phUML is a UML diagram generator. It takes arbitrary object oriented PHP code and creates fully blown class diagrams of it.
BSD 3-Clause "New" or "Revised" License
100 stars 19 forks source link

`object` from DocBlock and FQN as key in Digraph #15

Closed MontealegreLuis closed 2 years ago

MontealegreLuis commented 2 years ago

When object is given in a DocBlock it resolves to Object_ type but without a FQSEN value, which makes the TagTypeFactory fail when null FQSEN is converted to ''

When classes have the same name, they're overwritten in the Digraph creation stage