respect-validation/library/Helpers
Henrique Moody 60e3fc3740
Refactor "Between" rule
The "Between" rule was extending the "AllOf" rule and adding "Max" and
"Min" rules to the chain. Because of that, when the rule failed we could
get the "MinException" or the "MaxException" exception, and only if both
failed that we would get the "BetweenException".

With this change it will always get the "BetweenException" which makes
it more explicit.

Also, the "Between" is not using the same standard required in the
Contribution Guidelines.
2018-03-03 18:06:26 +01:00
..
ComparisonHelper.php Refactor "Between" rule 2018-03-03 18:06:26 +01:00
DateTimeHelper.php Apply contribution guidelines to "DateTime" rule 2018-01-30 20:17:10 +01:00
UndefinedHelper.php Create UndefinedHelper trait 2018-01-18 21:02:01 +01:00