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 deprecation warnings in PHP 8.4 for dynamic property creation #137

Merged
merged 1 commit into from
Mar 18, 2025

Conversation

twoleds
Copy link
Contributor

@twoleds twoleds commented Mar 7, 2025

I'm not entirely sure if this is a good fix; maybe a better approach would be to create an array for non-existent properties and define magic methods for set/isset.

@swember
Copy link
Contributor

swember commented Mar 7, 2025

Hello @twoleds, thanks a lot for the contribution. There is something wrong with checks, once we'll figure that out we'll be able to merge this.

@swember
Copy link
Contributor

swember commented Mar 17, 2025

Hello @twoleds. could you please update your branch with the latest code in the main branch, so we unlock github actions to check if everything is ok with that?

@twoleds twoleds force-pushed the fix-dynamic-properties branch from 58dedc2 to 1fd409f Compare March 17, 2025 16:46
@swember swember merged commit 72e3a03 into chartmogul:main Mar 18, 2025
6 checks passed
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.

2 participants