Skip to content

Pass input type to input validators

jensschuppe requested to merge (removed):validator_input_type into master

For being able to validate normalized input, the input type object should be passed to validators. This can be useful for e.g. comparing date values (MR coming up for that).

Merge request reports