Validator calls
In
AddToCartController.php
line ():
[ "value" => App\Frontoffice\Domain\Dto\Cart\AddProduct\AddToCartRequest {#2673 +variantValueIds: [] +quantity: 1 } "constraints" => null "groups" => null ]
| Path | Message | Invalid value | Violation |
|---|---|---|---|
| variantValueIds | Tato hodnota nesmí být prázdná. | [] |
Symfony\Component\Validator\ConstraintViolation {#2705 -message: "Tato hodnota nesmí být prázdná." -messageTemplate: "This value should not be blank." -parameters: [ "{{ value }}" => "array" ] -root: App\Frontoffice\Domain\Dto\Cart\AddProduct\AddToCartRequest {#2673 +variantValueIds: [] +quantity: 1 } -propertyPath: "variantValueIds" -invalidValue: [] -plural: null -code: "c1051bb4-d103-4f74-8988-acbcafc7fdc3" -constraint: Symfony\Component\Validator\Constraints\NotBlank {#2686 …} -cause: null } |