diff --git a/reference/reflection/reflectionclass/getstaticproperties.xml b/reference/reflection/reflectionclass/getstaticproperties.xml index 16c631ba32f0..4ee88db668d7 100644 --- a/reference/reflection/reflectionclass/getstaticproperties.xml +++ b/reference/reflection/reflectionclass/getstaticproperties.xml @@ -9,7 +9,7 @@ &reftitle.description; - public arraynullReflectionClass::getStaticProperties + public arrayReflectionClass::getStaticProperties @@ -26,10 +26,33 @@ &reftitle.returnvalues; - The static properties, as an array, or &null; on failure. + The static properties, as an array. + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.3.0 + + The return type of ReflectionClass::getStaticProperties + has been changed to array from ?array. + + + + + + + &reftitle.seealso;