This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 247471 - Type hinting unsing @type instead of @var tag
Summary: Type hinting unsing @type instead of @var tag
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0.1
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-25 13:09 UTC by MichaelSchneiderCGN
Modified: 2014-09-25 13:09 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MichaelSchneiderCGN 2014-09-25 13:09:29 UTC
As described in:

fig-standards / proposed: PHPDoc
(https://github.com/phpDocumentor/fig-standards/blob/master/proposed/phpdoc.md#824-var-deprecated)

"The @var tag is deprecated in favor of @type."

I follow the PSR standards as close as possible, but when I use @type instead of @var type hinting / autocompletion does not work any more.

If there is already a possibility to tell the editor to look for @type instead of @var, I was not able to find it.