Skip to content

PHP 8.5 Compatibility Error: Attribute applied to abstract class. #1221

@LeoAdamek

Description

@LeoAdamek

In PHP 8.5 and newer, it is no longer permitted to use an attribute on an abstract class. Currently this is being done in at least the following location:

#[Attribute(Attribute::TARGET_PROPERTY | Attribute::TARGET_METHOD)]

This prevents the package from working on PHP 8.5 completely, which is a problem for platforms which only support the current PHP version.

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