Validator calls
Path | Message | Invalid value | Violation |
---|---|---|---|
children[firstname].data | Please enter a firtname | null |
Symfony\Component\Validator\ConstraintViolation {#1863 -message: "Please enter a firtname" -messageTemplate: "Please enter a firtname" -parameters: [ "{{ value }}" => "null" ] -plural: null -root: Symfony\Component\Form\Form {#1458 : "donation" : "App\Form\Member\DonationType" : App\Entity\DonationHistory {#1264 -id: null -user: null -reference: "20241123090717-67418d357f4aa" -amount: null -paidAt: null -accessToken: "ihkqny9nAyHBDw8JPTOjE-jRTaGtlZZQrLbRcH0a8gI" -firstname: null -lastname: null -email: ? string -address_line_1: null -post_code: null -city: null -is_anonymous: false -has_proof: true #createdAt: null #updatedAt: null } } -propertyPath: "children[firstname].data" -invalidValue: null -constraint: Symfony\Component\Validator\Constraints\NotBlank {#1295 …} -code: "c1051bb4-d103-4f74-8988-acbcafc7fdc3" -cause: null } |
children[lastname].data | Please enter a lastname | null |
Symfony\Component\Validator\ConstraintViolation {#1864 -message: "Please enter a lastname" -messageTemplate: "Please enter a lastname" -parameters: [ "{{ value }}" => "null" ] -plural: null -root: Symfony\Component\Form\Form {#1458 : "donation" : "App\Form\Member\DonationType" : App\Entity\DonationHistory {#1264 -id: null -user: null -reference: "20241123090717-67418d357f4aa" -amount: null -paidAt: null -accessToken: "ihkqny9nAyHBDw8JPTOjE-jRTaGtlZZQrLbRcH0a8gI" -firstname: null -lastname: null -email: ? string -address_line_1: null -post_code: null -city: null -is_anonymous: false -has_proof: true #createdAt: null #updatedAt: null } } -propertyPath: "children[lastname].data" -invalidValue: null -constraint: Symfony\Component\Validator\Constraints\NotBlank {#1293 …} -code: "c1051bb4-d103-4f74-8988-acbcafc7fdc3" -cause: null } |