Henrique Moody
Henrique Moody
I'm sorry for be belated response, peeps! @dmitriiPopov, I've been working a lot in the last couple of weeks. I'm hoping to release version 3.0 at the beginning of next...
@dmjohnsson23, if you (or anyone) could do what I did for Length in https://github.com/Respect/Validation/pull/1485 but for Each, Min, and/or Max, that would be very helpful. I've been coding intensely in...
@andus4n, the `setTemplate()` method will still be present in the `Validator` class, just not in every rule object/class. You don't have to worry much about it if you're just calling...
> _So basically, if i have a chain like `v::stringType()->lengthBetween(1, 19)` **inside** allOf it'll still be seen as a single rule? In other words, `v::allOf(v::stringType()->lengthBetween(1, 19))` will raise an error?_...
No worries, it's been removed anyways: https://respect-validation.readthedocs.io/en/2.2/rules/Sf/