From d16b920966fb1b80c95b6faa6f4049da6ef44ca5 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 13 Dec 2024 11:29:37 +0900 Subject: [PATCH] Update arrayReturnMatchinKeyOnly description --- www/lib/CoreLibs/Combined/ArrayHandler.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/lib/CoreLibs/Combined/ArrayHandler.php b/www/lib/CoreLibs/Combined/ArrayHandler.php index 38727c1f..bd9a3b58 100644 --- a/www/lib/CoreLibs/Combined/ArrayHandler.php +++ b/www/lib/CoreLibs/Combined/ArrayHandler.php @@ -527,7 +527,9 @@ class ArrayHandler } /** - * From the array with key -> anything values return only the matching entries from key list + * From the array with key -> mixed values, + * return only the entries where the key matches the key given in the key list parameter + * * key list is a list[string] * if key list is empty, return array as is *