respect-validation/library
Henrique Moody 1f6c821fb6
Refactor "Sorted" rule
The sorted rule accepts a callback on its constructor that may be used
to filter values from inside the input. However, with the "Call" rule
one can archive almost the same result. Besides that particular
characteristic, its constructor accepts a boolean value to determine
whether the sorting is ascending or descending.

This commit will remove the callback from the constructor and replace
the boolean by a string which can be "ASC" or "DESC."

Along with those changes, this change will make a few more improvements:

- Make the exception message specific about the sorting direction;

- Allow the rule to validate also strings;

- Update documentation.

Co-authored-by: Danilo Correa <danilosilva87@gmail.com>
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2019-03-10 18:31:03 +01:00
..
Exceptions Refactor "Sorted" rule 2019-03-10 18:31:03 +01:00
Helpers Update the Coding Standards 2019-02-17 19:52:26 +01:00
Rules Refactor "Sorted" rule 2019-03-10 18:31:03 +01:00
Factory.php Update the Coding Standards 2019-02-17 19:52:26 +01:00
Validatable.php Apply "SlevomatCodingStandard.TypeHints.TypeHintDeclaration" 2019-02-09 14:09:28 +01:00
Validator.php Refactor "Sorted" rule 2019-03-10 18:31:03 +01:00