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

Add note about ReflectionProperty::setValue() signature deprecation to upgrade guide #12036

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

Synchro
Copy link
Contributor

@Synchro Synchro commented Aug 23, 2023

In PHP 8.3, calling ReflectionProperty::setValue() with only a single parameter (to set static properties, where there is no target object) is deprecated in https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures#reflectionpropertysetvalue. This PR simply adds a mention of this change to the upgrade guide, as it is not otherwise mentioned in upgrade documentation.

@Girgias Girgias merged commit d7eb4cf into php:master Aug 24, 2023
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