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

Allow dynamic properties #22

Merged
merged 2 commits into from
Jan 16, 2024
Merged

Allow dynamic properties #22

merged 2 commits into from
Jan 16, 2024

Conversation

P2GR
Copy link
Owner

@P2GR P2GR commented Jan 16, 2024

No description provided.

jamieburchell and others added 2 commits January 9, 2024 10:45
In PHP 8.2+ deprecations are emitted due to the extensive use of dynamic properties within the library.

The "best" solution is to define properties where possible and/or use magic getters and setters. From what I can see, both require extensive refactoring of the library to achieve.

The "second best" option or last resort, and by far the easiest fix is at this stage is to simply allow dynamic properties.
@P2GR P2GR merged commit 0fcdb1f into master Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants