Collection replace and replaceRecursively functions#20220
Collection replace and replaceRecursively functions#20220salarmehr wants to merge 2 commits intolaravel:5.4from
Conversation
|
I think replacing in collections is not needed by the framework, |
| * | ||
| * @param mixed $items | ||
| * @return static | ||
| * @see http://php.net/manual/en/function.array-replace-recursive.php |
There was a problem hiding this comment.
it's http://php.net/manual/en/function.array-replace.php
And why there is a non-used and non-documented $recursive parameter?
|
No plans to add this. |
|
@taylorotwell BTW, the last year that I pushed this for the first time it seems the reaction to that was positive #15157 |
No description provided.