Skip to content

P3: Implement ReflectionProperty::isPublicSet() (PHP 8.4) #165

@devin-ai-integration

Description

@devin-ai-integration

Implement isPublicSet() on ReflectionProperty.

The method should return true only when the set visibility is explicitly declared as public(set) and the main visibility is NOT already public. Delegate to php-parser's isPublicSet() on the underlying Property/Param node.

Part of #162

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions