Book a Demo

Author Topic: class diagram and php variables annotations  (Read 11903 times)

bazo

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
class diagram and php variables annotations
« on: March 27, 2010, 10:46:46 pm »
Hello,

in my php code i have annotations on class variables like this:
/** @var string */
public $surname;

but the generated class displays:
+ surname: var

is there a way to make it show the defined type?

thanks