Validator calls

Path Message Invalid value Violation
This form should not contain extra fields.
[
  "country" => "France"
  "page" => "1"
]
Symfony\Component\Validator\ConstraintViolation {#1697
  -message: "This form should not contain extra fields."
  -messageTemplate: "This form should not contain extra fields."
  -parameters: [
    "{{ extra_fields }}" => ""country", "page""
  ]
  -plural: null
  -root: Symfony\Component\Form\Form {#1023
    name: ""
    type_class: "App\Form\SearchAdvertisementForm"
    data: [
      "sale" => 0
      "type" => 1
      "roomNumber" => null
      "place" => "Polynésie française"
      "city" => null
      "postalCode" => null
      "department" => "Polynésie française"
      "region" => "Polynésie-Française"
      "price" => null
      "availableDate" => null
      "surface" => null
      "floor" => null
      "bedroomNumber" => null
      "bathroomNumber" => null
      "new" => null
      "advantages" => Doctrine\Common\Collections\ArrayCollection {#1540
        -elements: []
      }
    ]
  }
  -propertyPath: ""
  -invalidValue: [
    "country" => "France"
    "page" => "1"
  ]
  -constraint: Symfony\Component\Form\Extension\Validator\Constraints\Form {#1673 …}
  -code: "6e5212ed-a197-4339-99aa-5654798a4854"
  -cause: null
}