From 2db798ce041d54cbe85a2dd9582af2e3ae0a1b01 Mon Sep 17 00:00:00 2001 From: X Date: Tue, 18 Mar 2025 09:56:14 +0800 Subject: [PATCH] Fix ArrayHelper::index function documentation --- framework/helpers/BaseArrayHelper.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/framework/helpers/BaseArrayHelper.php b/framework/helpers/BaseArrayHelper.php index c24cc99f97..b9366c220c 100644 --- a/framework/helpers/BaseArrayHelper.php +++ b/framework/helpers/BaseArrayHelper.php @@ -423,8 +423,7 @@ class BaseArrayHelper * $result = ArrayHelper::index($array, null, 'id'); * ``` * - * The result will be a multidimensional array grouped by `id` on the first level, by `device` on the second level - * and indexed by `data` on the third level: + * The result will be a multidimensional array grouped by `id`: * * ```php * [