Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PHP 8.1 deprecations #121

Merged
merged 1 commit into from
Nov 22, 2021
Merged

Fix PHP 8.1 deprecations #121

merged 1 commit into from
Nov 22, 2021

Conversation

davidcole1340
Copy link
Contributor

Add attribute to non-typehinted interface functions

This could have been fixed by typehinting the functions however to
preserve backwards compatibility to PHP 5.4 this attribute is used
(which is interpreted as a comment in <8.1).

This could have been fixed by typehinting the functions however to
preserve backwards compatibility to PHP 5.4 this attribute is used
(which is interpreted as a comment in <8.1).
@c9s c9s merged commit d512157 into c9s:master Nov 22, 2021
@c9s
Copy link
Owner

c9s commented Nov 22, 2021

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.

None yet

2 participants