Validator calls
| Path | Message | Invalid value | Violation |
|---|---|---|---|
| children[email].data | Значение не должно быть пустым. | "" |
Symfony\Component\Validator\ConstraintViolation {#891 -message: "Значение не должно быть пустым." -messageTemplate: "This value should not be blank." -parameters: [ "{{ value }}" => """" ] -root: Symfony\Component\Form\Form {#740 : "" : "Api\Security\Form\LoginForm" : Api\Security\Form\Data\LoginData {#544 +email: "" +password: "" } } -propertyPath: "children[email].data" -invalidValue: "" -plural: null -code: "c1051bb4-d103-4f74-8988-acbcafc7fdc3" -constraint: Symfony\Component\Validator\Constraints\NotBlank {#709 …} -cause: null } |
| children[password].data | Значение не должно быть пустым. | "" |
Symfony\Component\Validator\ConstraintViolation {#893 -message: "Значение не должно быть пустым." -messageTemplate: "This value should not be blank." -parameters: [ "{{ value }}" => """" ] -root: Symfony\Component\Form\Form {#740 : "" : "Api\Security\Form\LoginForm" : Api\Security\Form\Data\LoginData {#544 +email: "" +password: "" } } -propertyPath: "children[password].data" -invalidValue: "" -plural: null -code: "c1051bb4-d103-4f74-8988-acbcafc7fdc3" -constraint: Symfony\Component\Validator\Constraints\NotBlank {#711 …} -cause: null } |