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

Accumulators may not be compatible with PHP 8.1 #43

Open
alexstandiford opened this issue Nov 30, 2021 · 0 comments
Open

Accumulators may not be compatible with PHP 8.1 #43

alexstandiford opened this issue Nov 30, 2021 · 0 comments

Comments

@alexstandiford
Copy link
Collaborator

The problem:

PHP 8.1 has deprecated the option to dynamically set variables inside of a class. This can be worked around fairly simply using __set, or creating a set param method in the data object.

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

No branches or pull requests

1 participant