Commit b3e6169a by Qiang Xue

..

parent d1bd648a
...@@ -16,7 +16,7 @@ namespace yii\util; ...@@ -16,7 +16,7 @@ namespace yii\util;
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0 * @since 2.0
*/ */
class ArrayHelper extends \yii\base\Component class ArrayHelper
{ {
/** /**
* Merges two or more arrays into one recursively. * Merges two or more arrays into one recursively.
...@@ -196,7 +196,7 @@ class ArrayHelper extends \yii\base\Component ...@@ -196,7 +196,7 @@ class ArrayHelper extends \yii\base\Component
* // ) * // )
* ~~~ * ~~~
* *
* @param string|\Closure $array * @param array $array
* @param string|\Closure $from * @param string|\Closure $from
* @param string|\Closure $to * @param string|\Closure $to
* @param string|\Closure $group * @param string|\Closure $group
......
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