diff --git a/reference/classobj/functions/get-class.xml b/reference/classobj/functions/get-class.xml
index 20472dd41d..7a2d4fb069 100644
--- a/reference/classobj/functions/get-class.xml
+++ b/reference/classobj/functions/get-class.xml
@@ -9,7 +9,7 @@
&reftitle.description;
stringget_class
- objectobject
+ objectobject&null;
Gets the name of the class of the given object.
@@ -57,6 +57,14 @@
+
+ Since 5.3.0
+
+ &null; became the default value for object,
+ so passing &null; to object now has the same
+ result as not passing any value.
+
+
Since 5.0.0