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 267317 - [PHP7] Generate Getters and Override & Implement Method with return types
Summary: [PHP7] Generate Getters and Override & Implement Method with return types
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-26 13:49 UTC by Tomas Mysik
Modified: 2016-07-27 05:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2016-07-26 13:49:05 UTC
Similarly as in issue #262838, we could generate getters with declared return types for PHP 7.
Comment 1 Tomas Mysik 2016-07-26 14:13:29 UTC
This issue also applies for "Override & Implement Method" generator.