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
* @return array<string, FieldError|mixed[]> Errors for each field, indexed by the field name. If the field is an array or object, the value must be an array of errors.
*/
public function validate(object $data, array $previousErrors = []): array;