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\Items\Filter\byEntity\Query {#2021 +type: null +user_id: "019efb3d-4132-79dd-abed-2f5eb76ecd0c" +ids: [ "019de498-d869-0ac7-7171-0b23db391559" "019ffbb6-0601-7dfe-baf1-80eed4311a71" "01a0103b-2a35-7a12-bdec-b7333c8280d0" ] +by_user: false +by_favorites: true +shared_user_id: null +listing_tab: null +company_id: null +cursor: null +limit: 30 } "constraints" => null "groups" => null ]