release version 2.0.13

This commit is contained in:
Alexander Makarov
2017-11-03 01:09:29 +03:00
parent 5a68ec3b27
commit 2d672b6722
23 changed files with 80 additions and 46 deletions

View File

@ -261,9 +261,9 @@ class BaseArrayHelper
*
* @param array $array the array to write the value to
* @param string|array|null $path the path of where do you want to write a value to `$array`
* the path can be described by a string when each key should be separated by a dot
* you can also describe the path as an array of keys
* if the path is null then `$array` will be assigned the `$value`
* the path can be described by a string when each key should be separated by a dot
* you can also describe the path as an array of keys
* if the path is null then `$array` will be assigned the `$value`
* @param mixed $value the value to be written
* @since 2.0.13
*/