tree-sitter/tree-sitter-php

Support PHP 7.4 typed properties

patrickt opened this issue · 0 comments

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