Skip to content

Asymmetric visibility support for (PHP 8.4) #728

@gremo

Description

@gremo

Asymmetric visibility seems not supported so far (good on work btw, works like without issues)?

class Person {
    public private(set) ?int $age = null;
}

image

Syntax error: unexpected token ')'

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