diff --git a/UPGRADING b/UPGRADING index 1e7f2069dda..8464356a262 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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.