diff --git a/language/functions.xml b/language/functions.xml index 618c06be21..13a33c2084 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -226,7 +226,7 @@ function takes_many_args( - As of PHP 8.0.0, passing optional arguments after mandatory arguments + As of PHP 8.0.0, passing mandatory arguments after optional arguments is deprecated. This can generally be resolved by dropping the default value. One exception to this rule are arguments of the form Type $param = null, where the &null; default makes the type implicitly