@var { type|objectdefinition } { $varname } [ description ]
var
If no type is given, PHPDoc tries to guess.
... * @var string $name name of the person */ var name = "" ; ...