Validator calls
In
RequestPayloadValueResolver.php
line ():
No violations
$constraints = new Assert\All($constraints);}$violations->addAll($this->validator->validate($payload, $constraints, $argument->validationGroups ?? null));}if (\count($violations)) {throw HttpException::fromStatusCode($validationFailedCode, implode("\n", array_map(static fn ($e) => $e->getMessage(), iterator_to_array($violations))), new ValidationFailedException($payload, $violations));
[ "value" => App\ReadModel\Message\Conversation\UserConversations\Query {#1652 +page: null +maxPerPage: null +userUid: "01945c33-6f15-0e5c-b3f8-b45196ae7e3b" } "constraints" => null "groups" => null ]