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\User\Notification\Query {#1555 +userId: "73ee8243-c222-4e78-8531-b0b1108d27bc" +type: "" +isViewed: null +isCounter: false +page: 1 +maxPerPage: 100 } "constraints" => null "groups" => null ]