You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However getMultiple returns invalid values because it uses array_merge (array_merge renumbers the numeric index of an array).
It should use array_replace here.
Numeric keys (like '1') are valid keys in PSR-16.
However
getMultiple
returns invalid values because it usesarray_merge
(array_merge
renumbers the numeric index of an array).It should use
array_replace
here.test code:
results:
Fix as follows.
The text was updated successfully, but these errors were encountered: