clemens-tolboom / uml-generator-php

http://clemens-tolboom.github.io/uml-generator-php/
MIT License
44 stars 5 forks source link

Methods don't have return types in dot output #21

Closed MartijnBraam closed 9 years ago

MartijnBraam commented 10 years ago

The method signature should be appended with : returntype

MartijnBraam commented 10 years ago

Return types in php are not specified in the syntax, only option is to parse phpdoc or parse all the php code to guess the return type.