Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug in merge method of class Arr
$array1 = ['a' => 'x']; $array2 = ['a' => [1, 2]]; Arr::merge($array1, $array2); above code wiil throw exception: Argument 1 passed to Hyperf\Collection\Arr::merge() must be of the type array, string given, called in ...
- Loading branch information