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 225889 - Docblock \self doesn't work
Summary: Docblock \self doesn't work
Status: RESOLVED DUPLICATE of bug 196565
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-08 12:35 UTC by po_taka
Modified: 2013-02-08 12:41 UTC (History)
1 user (show)

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 po_taka 2013-02-08 12:35:19 UTC
/**
 * @return \self
 */
static function factory()

\self should be mapped to current class

using netBeans 7.3 rc2
Comment 1 Ondrej Brejla 2013-02-08 12:41:13 UTC
It never worked, it has been implemented for 8.0 (it works in dev build).

*** This bug has been marked as a duplicate of bug 196565 ***