respect-validation/library
Henrique Moody aa4b111c90
Fix wrong templates
The "MinimumAge" exception should use the "{{ name }}" placeholder
instead of the "{{ input }}" once that one can be either the input or a
user-defined name.

In the default message, the placeholder was using sprintf format, but
the correct way is to use "{{name}}". Also use the same style of the
other messages in the default message.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2018-05-27 16:12:05 +02:00
..
Exceptions Fix wrong templates 2018-05-27 16:12:05 +02:00
Helpers Refactor "Between" rule 2018-03-03 18:06:26 +01:00
Rules Remove method stringify from ValidationException 2018-05-27 16:12:05 +02:00
Factory.php Use ValidationException when no exception is found 2018-03-22 19:28:53 +01:00
Validatable.php Method assert() should not have a return value 2018-01-28 17:38:40 +01:00
Validator.php Merge branch '1.1' 2018-05-19 16:46:58 +02:00