fix comment on arr::set.
This commit is contained in:
parent
b2991dd6ba
commit
23e100aa80
|
@ -32,7 +32,7 @@ public static function get($array, $key, $default = null)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set an item in an array.
|
* Set an array item to a given value.
|
||||||
*
|
*
|
||||||
* This method is primarly helpful for setting the value in an array with
|
* This method is primarly helpful for setting the value in an array with
|
||||||
* a variable depth, such as configuration arrays.
|
* a variable depth, such as configuration arrays.
|
||||||
|
|
Loading…
Reference in New Issue