respect-validation/library
Henrique Moody 3554288c60
Remove "buildRule" method from "Validator"
Because Validator uses a Factory to create rules, it does not make sense
to create rules with this method anymore. Furthermore it goes over the
responsibilities of the "Validator" to create objects.

That said, the existence of such method is only one more point of
maintenance and nothing that brings much values for our uses therefore
it should be remove.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2018-08-02 10:37:10 +02:00
..
Exceptions Fix issues after merging 1.1 2018-08-01 20:46:34 +02:00
Helpers Fix issues after merging 1.1 2018-08-01 20:46:34 +02:00
Rules Merge branch '1.1' 2018-08-01 22:08:30 +02:00
Factory.php Remove unnecessary validation from "Factory" class 2018-08-02 10:23:27 +02:00
Validatable.php Add type hinting and return type to "setTemplate" 2018-06-01 10:46:51 +02:00
Validator.php Remove "buildRule" method from "Validator" 2018-08-02 10:37:10 +02:00