Skip to content

Conversation

@Nyholm
Copy link
Collaborator

@Nyholm Nyholm commented Jan 28, 2026

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? no
Documented? no
Fixed tickets fix #1221
License MIT

Lets see if we can bring PHP 8.5 support.

The only thing we need to do is remove the attribute from the abstract class. Absolute worst case scenario is that some extended this annotation and did not add an attribute themselves.

Looking at this issue from PHP src, it is save to remove because "it was not really working" in the first place.

@martiis
Copy link
Contributor

martiis commented Jan 29, 2026

Looks like this is the way <3

@Nyholm Nyholm merged commit 76d9709 into overblog:master Jan 29, 2026
31 checks passed
@Nyholm
Copy link
Collaborator Author

Nyholm commented Jan 29, 2026

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PHP 8.5 Compatibility Error: Attribute applied to abstract class.

2 participants