X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2FArrayUtils.php;h=2156bd7f1dd5b1f137c5a4408bee8fed8d3b0471;hb=be656c67a2dde9924e8558563162616ab3ab88dc;hp=fb35801130c5c576debef6452352e6a1117569b8;hpb=96906168cac0e9a7748511b48c369cf22c8406d5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/ArrayUtils.php b/includes/libs/ArrayUtils.php index fb35801130..2156bd7f1d 100644 --- a/includes/libs/ArrayUtils.php +++ b/includes/libs/ArrayUtils.php @@ -28,7 +28,7 @@ class ArrayUtils { /** * Sort the given array in a pseudo-random order which depends only on the - * given key and each element value. This is typically used for load + * given key and each element value in $array. This is typically used for load * balancing between servers each with a local cache. * * Keys are preserved. The input array is modified in place.