diff --git a/language/predefined/typeerror.xml b/language/predefined/typeerror.xml
index d0cc8ee56b..5fbf6057c0 100644
--- a/language/predefined/typeerror.xml
+++ b/language/predefined/typeerror.xml
@@ -29,10 +29,6 @@
A value being returned from a function does not match the
declared function return type.
-
- An invalid number of arguments are passed
- to a built-in PHP function (strict mode only).
-
@@ -70,6 +66,32 @@
+
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 7.1.0
+
+ A TypeError is no longer thrown when
+ an invalid number of arguments are passed to a built-in PHP function
+ in strict mode.
+ Instead, an ArgumentCountError is raised.
+
+
+
+
+
+
+