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
When for example an array is passed to map, get_class will trigger an error. It would be better to check the type and throw an InvalidArgumentException if needed. In the future, we could add mappings from scalars (such as arrays, #18)
The text was updated successfully, but these errors were encountered:
When for example an array is passed to
map
,get_class
will trigger an error. It would be better to check the type and throw anInvalidArgumentException
if needed. In the future, we could add mappings from scalars (such as arrays, #18)The text was updated successfully, but these errors were encountered: