Validator calls
Path | Message | Invalid value | Violation |
---|---|---|---|
children[date_from] | This value is not valid. | null |
Symfony\Component\Validator\ConstraintViolation {#1738 -message: "This value is not valid." -messageTemplate: "This value is not valid." -parameters: [ "{{ value }}" => "null" ] -plural: null -root: Symfony\Component\Form\Form {#1243 : "list" : "App\Form\News\ListType" : [ "category" => 2 "page" => null "limit" => 8 ] } -propertyPath: "children[date_from]" -invalidValue: null -constraint: Symfony\Component\Form\Extension\Validator\Constraints\Form {#1343 …} -code: "1dafa156-89e1-4736-b832-419c2e501fca" -cause: Symfony\Component\Form\Exception\TransformationFailedException {#1268 …} } |
children[date_to] | This value is not valid. | null |
Symfony\Component\Validator\ConstraintViolation {#1503 -message: "This value is not valid." -messageTemplate: "This value is not valid." -parameters: [ "{{ value }}" => "null" ] -plural: null -root: Symfony\Component\Form\Form {#1243 : "list" : "App\Form\News\ListType" : [ "category" => 2 "page" => null "limit" => 8 ] } -propertyPath: "children[date_to]" -invalidValue: null -constraint: Symfony\Component\Form\Extension\Validator\Constraints\Form {#1343 …} -code: "1dafa156-89e1-4736-b832-419c2e501fca" -cause: Symfony\Component\Form\Exception\TransformationFailedException {#1282 …} } |