Skip to content

Static method calls are highlighted as keywords #498

Closed
@fabacino

Description

@fabacino

If a method has the same name as a keyword, its static calls are highlighted as keywords and not as static method calls.

// `new` on line 2 has the same face as on line 1.
$status = new Status();
Status::new();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions