We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649872f commit d7eb4cfCopy full SHA for d7eb4cf
UPGRADING
@@ -326,6 +326,8 @@ PHP 8.3 UPGRADE NOTES
326
327
- Reflection:
328
. Return type of ReflectionClass::getStaticProperties() is no longer nullable.
329
+ . Calling ReflectionProperty::setValue() with only one parameter is deprecated.
330
+ To set static properties, pass null as the first parameter.
331
332
- Standard:
333
. E_NOTICEs emitted by unserialize() have been promoted to E_WARNING.
0 commit comments