POST https://agencemp.fr/contact

Validator calls

Path Message Invalid value Violation
data.number Numéro invalide
"BKksmWXsQEuepn"
Symfony\Component\Validator\ConstraintViolation {#1135
  -message: "Numéro invalide"
  -messageTemplate: "Numéro invalide"
  -parameters: [
    "{{ value }}" => ""BKksmWXsQEuepn""
    "{{ pattern }}" => "/^\+?[0-9]+$/"
  ]
  -root: Symfony\Component\Form\Form {#909
    name: "contact"
    type_class: "App\Form\ContactType"
    data: App\Entity\Contact {#787
      -id: null
      -name: "rMpyuRwGTN"
      -email: "francisgvenet8@gmail.com"
      -number: "BKksmWXsQEuepn"
      -subject: "LQJyZtDMBI"
      -message: ? string
    }
  }
  -propertyPath: "data.number"
  -invalidValue: "BKksmWXsQEuepn"
  -plural: null
  -code: "de1e3db3-5ed4-4941-aae4-59f3667cc3a3"
  -constraint: Symfony\Component\Validator\Constraints\Regex {#1087 …}
  -cause: null
}
data.message This value should not be blank.
null
Symfony\Component\Validator\ConstraintViolation {#1138
  -message: "This value should not be blank."
  -messageTemplate: "This value should not be blank."
  -parameters: [
    "{{ value }}" => "null"
  ]
  -root: Symfony\Component\Form\Form {#909
    name: "contact"
    type_class: "App\Form\ContactType"
    data: App\Entity\Contact {#787
      -id: null
      -name: "rMpyuRwGTN"
      -email: "francisgvenet8@gmail.com"
      -number: "BKksmWXsQEuepn"
      -subject: "LQJyZtDMBI"
      -message: ? string
    }
  }
  -propertyPath: "data.message"
  -invalidValue: null
  -plural: null
  -code: "c1051bb4-d103-4f74-8988-acbcafc7fdc3"
  -constraint: Symfony\Component\Validator\Constraints\NotBlank {#1107 …}
  -cause: null
}