mrclay.org
Helping Netbeans/PhpStorm with Autocomplete/Code-hinting
Where Netbeans can’t guess the type/existence of a local variable, you can tell it in a multiline comment: /* @var $varName TypeName */ After this comment (and as long as TypeName is defined …