Commit 36e9b670 by Carsten Brandt

Merge pull request #6669 from Aviator-Coding/patch-1

Update BaseArrayHelper.php
parents 56e5976d ab926df2
......@@ -324,7 +324,7 @@ class BaseArrayHelper
* ['id' => '123', 'name' => 'aaa', 'class' => 'x'],
* ['id' => '124', 'name' => 'bbb', 'class' => 'x'],
* ['id' => '345', 'name' => 'ccc', 'class' => 'y'],
* );
* ];
*
* $result = ArrayHelper::map($array, 'id', 'name');
* // the result is:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment