Skip to content

Commit

Permalink
fix: change to array_replace_recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
kauffinger committed Oct 10, 2024
1 parent 50f2ec6 commit 7bc2f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Stubs/GetFiltersResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ private static function getBody(array $data, int $count): array
],
]);

return array_merge_recursive([
return array_replace_recursive([
'status' => [
'code' => 200,
'errorcode' => 0,
Expand Down

0 comments on commit 7bc2f1d

Please sign in to comment.