Skip to content

[PHP] Constructor code completion should not add [#Override] #8420

@NReib

Description

@NReib

Apache NetBeans version

Apache NetBeans 25

What happened

In addition to #8334 Code completion for constructors should not add [#Override].

Language / Project Type / NetBeans Component

No response

How to reproduce

class Foo {

    function __construct() {

    }
}

class Bar extends Foo {
    function __const // code completion here should not generate [#Override]
}

Did this work correctly in an earlier version?

No / Don't know

Operating System

x

JDK

x

Apache NetBeans packaging

Apache NetBeans binary zip

Anything else

No response

Are you willing to submit a pull request?

Yes

Metadata

Metadata

Assignees

Labels

PHP[ci] enable extra PHP tests (php/php.editor)kind:bugBug report or fixneeds:triageRequires attention from one of the committers

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions