Skip to content

Commit

Permalink
[ci skip] Add note about ReflectionProperty::setValue() signature dep…
Browse files Browse the repository at this point in the history
…recation to upgrade guide (#12036)
  • Loading branch information
Synchro authored Aug 24, 2023
1 parent 649872f commit d7eb4cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ PHP 8.3 UPGRADE NOTES

- Reflection:
. Return type of ReflectionClass::getStaticProperties() is no longer nullable.
. Calling ReflectionProperty::setValue() with only one parameter is deprecated.
To set static properties, pass null as the first parameter.

- Standard:
. E_NOTICEs emitted by unserialize() have been promoted to E_WARNING.
Expand Down

0 comments on commit d7eb4cf

Please sign in to comment.