Validator calls
Path | Message | Invalid value | Violation |
---|---|---|---|
children[message].data | Значение не должно быть пустым. | null |
Symfony\Component\Validator\ConstraintViolation {#1905 -message: "Значение не должно быть пустым." -messageTemplate: "This value should not be blank." -parameters: [ "{{ value }}" => "null" ] -plural: null -root: Symfony\Component\Form\Form {#1631 : "feedback_form" : "Svarlen\AppBundle\Form\FeedbackForm" : [ "username" => "Interfacesnk" "phone" => "83431327913" "email" => "james1976.jo@gmail.com" "message" => null ] } -propertyPath: "children[message].data" -invalidValue: null -constraint: Symfony\Component\Validator\Constraints\NotBlank {#1567 …} -code: "c1051bb4-d103-4f74-8988-acbcafc7fdc3" -cause: null } |
children[captcha].data | Неправильно введена капча. | null |
Symfony\Component\Validator\ConstraintViolation {#2028 -message: "Неправильно введена капча." -messageTemplate: "This value is not a valid captcha." -parameters: [ "{{ string }}" => "" ] -plural: null -root: Symfony\Component\Form\Form {#1631 : "feedback_form" : "Svarlen\AppBundle\Form\FeedbackForm" : [ "username" => "Interfacesnk" "phone" => "83431327913" "email" => "james1976.jo@gmail.com" "message" => null ] } -propertyPath: "children[captcha].data" -invalidValue: null -constraint: EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrueV3 {#1569 …} -code: null -cause: null } |