Skip to content

Support PHP 7.4 typed properties #48

@patrickt

Description

@patrickt
class User {
    public int $id;
    public string $name;
}

We currently choke on the type specifiers here.

More info: https://wiki.php.net/rfc/typed_properties_v2

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions