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
The following data should not raise an UnexpectedTypeException, but rather behave like the Type validator and build a validation error that the expected type is an array.
[
'emails' => ''
]
The same should be applied to CollectionValidator; if the type is not an array, create a validation error
adamcameron, wbsadler, HappyHippyHippo, yceruto, stoccc and 2 more