diff --git a/reference/var/functions/gettype.xml b/reference/var/functions/gettype.xml
index 9ba07761ab..23744fc596 100644
--- a/reference/var/functions/gettype.xml
+++ b/reference/var/functions/gettype.xml
@@ -38,63 +38,43 @@
&reftitle.returnvalues;
Possible values for the returned string are:
-
-
-
- "bool"
-
-
-
-
- "int"
-
-
-
-
- "double" (for historical reasons "double" is
- returned in case of a float, and not simply
- "float")
-
-
-
-
- "string"
-
-
-
-
- "array"
-
-
-
-
- "object"
-
-
-
-
- "resource"
-
-
-
-
- "resource (closed)" as of PHP 7.2.0
-
-
-
-
- "NULL"
-
-
-
-
- "unknown type"
-
-
-
+
+
+ "boolean"
+
+
+ "integer"
+
+
+ "double" (for historical reasons "double" is
+ returned in case of a float, and not simply
+ "float")
+
+
+ "string"
+
+
+ "array"
+
+
+ "object"
+
+
+ "resource"
+
+
+ "resource (closed)" as of PHP 7.2.0
+
+
+ "NULL"
+
+
+ "unknown type"
+
+
-
+
&reftitle.examples;