X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FGlobalFunctions.php;h=51fe1671d41ed5aed0097b17b8a1beee6652d61c;hb=0dddebc82db2d4046167b2c6a02f21cb8e68405d;hp=bd989328f4e3a9c304e7619ac65ab571837c4cc5;hpb=d90508d3c2f646895c60406d242cb65d33c9306d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index bd989328f4..51fe1671d4 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -225,7 +225,7 @@ function wfMergeErrorArrays( ...$args ) { * * @param array $array The array. * @param array $insert The array to insert. - * @param mixed $after The key to insert after + * @param mixed $after The key to insert after. Callers need to make sure the key is set. * @return array */ function wfArrayInsertAfter( array $array, array $insert, $after ) {