https://stg.aoi-cnst.co.jp/blog/?category=4&page=6

Validator calls

Path Message Invalid value Violation
children[date_from] This value is not valid.
null
Symfony\Component\Validator\ConstraintViolation {#1760
  -message: "This value is not valid."
  -messageTemplate: "This value is not valid."
  -parameters: [
    "{{ value }}" => "null"
  ]
  -plural: null
  -root: Symfony\Component\Form\Form {#1187
    name: "list"
    type_class: "App\Form\Blog\ListType"
    data: [
      "category" => 4
      "page" => 6
      "limit" => 8
      "type" => null
    ]
  }
  -propertyPath: "children[date_from]"
  -invalidValue: null
  -constraint: Symfony\Component\Form\Extension\Validator\Constraints\Form {#1289 …}
  -code: "1dafa156-89e1-4736-b832-419c2e501fca"
  -cause: Symfony\Component\Form\Exception\TransformationFailedException {#1245 …}
}
children[date_to] This value is not valid.
null
Symfony\Component\Validator\ConstraintViolation {#1264
  -message: "This value is not valid."
  -messageTemplate: "This value is not valid."
  -parameters: [
    "{{ value }}" => "null"
  ]
  -plural: null
  -root: Symfony\Component\Form\Form {#1187
    name: "list"
    type_class: "App\Form\Blog\ListType"
    data: [
      "category" => 4
      "page" => 6
      "limit" => 8
      "type" => null
    ]
  }
  -propertyPath: "children[date_to]"
  -invalidValue: null
  -constraint: Symfony\Component\Form\Extension\Validator\Constraints\Form {#1289 …}
  -code: "1dafa156-89e1-4736-b832-419c2e501fca"
  -cause: Symfony\Component\Form\Exception\TransformationFailedException {#1216 …}
}