Commit 7106afea authored by Han Lin Yap's avatar Han Lin Yap

Change to correct parameters in phpdoc

parent 28743319
......@@ -87,7 +87,6 @@ class Arr {
*
* @param array $array
* @param string $key
* @param mixed $value
* @return void
*/
public static function forget(&$array, $key)
......@@ -124,6 +123,7 @@ class Arr {
*
* @param array $array
* @param Closure $callback
* @param mixed $default
* @return mixed
*/
public static function first($array, $callback, $default = null)
......
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