Community
Participate
Working Groups
Hi, simply example: /** * Some info about class * @property int $foo Property foo * @property bool $baz Property baz */ class Magic { } $a = new Magic(); $a->| Info boxes are empty, only the name of the property is showed
works for me now
Verified.