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 messages for dynamic property creation with PHP 8.2+ #431

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

kblais
Copy link
Contributor

@kblais kblais commented May 15, 2023

In PHP 8.2, dynamic property creation was deprecated.

The constructors of 2 extensions were still creating a property (see #428)

This PR just created the properties, with the proper docblock.

@MaxKorlaar
Copy link

These warnings are bugging me as well – would love to see this PR get merged!

@rudiedirkx
Copy link
Contributor

Oh yeah we definitely need this soon.

Copy link
Contributor

@bytestream bytestream left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@barryvdh LGTM 🤞🏼

@sander3
Copy link

sander3 commented Nov 28, 2023

Could this be merged? 👀

@barryvdh barryvdh merged commit c32d507 into rcrowe:master Nov 29, 2023
@kblais
Copy link
Contributor Author

kblais commented Nov 29, 2023

Thanks @barryvdh

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.

6 participants