Merge pull request #20341 from MissCoraline/fix-array-helper-doc

Fix ArrayHelper::index function documentation
This commit is contained in:
Bizley
2025-03-20 15:57:20 +01:00
committed by GitHub

View File

@ -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
* [