Validator calls

Path Message Invalid value Violation
categories Diese Sammlung sollte 1 oder mehr Elemente beinhalten.
[]
Symfony\Component\Validator\ConstraintViolation {#1913
  -message: "Diese Sammlung sollte 1 oder mehr Elemente beinhalten."
  -messageTemplate: "This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more."
  -parameters: [
    "{{ count }}" => 0
    "{{ limit }}" => 1
  ]
  -plural: 1
  -root: App\CoreBundle\Value\Subscriber {#1883
    -categories: []
    -email: ""
  }
  -propertyPath: "categories"
  -invalidValue: []
  -constraint: Symfony\Component\Validator\Constraints\Count {#1895 …}
  -code: "bef8e338-6ae5-4caf-b8e2-50e7b0579e69"
  -cause: null
}
email Dieser Wert sollte nicht leer sein.
""
Symfony\Component\Validator\ConstraintViolation {#1998
  -message: "Dieser Wert sollte nicht leer sein."
  -messageTemplate: "This value should not be blank."
  -parameters: [
    "{{ value }}" => """"
  ]
  -plural: null
  -root: App\CoreBundle\Value\Subscriber {#1883
    -categories: []
    -email: ""
  }
  -propertyPath: "email"
  -invalidValue: ""
  -constraint: Symfony\Component\Validator\Constraints\NotBlank {#1899 …}
  -code: "c1051bb4-d103-4f74-8988-acbcafc7fdc3"
  -cause: null
}