respect-validation/library
Henrique Moody da10941ddc
Apply contribution guidelines to "Validator" class
Also removes the possibility of the "create()" method to create a new
Validation with predefined rules since that is the behavior that the
constructor already has.

And even though may be a bit scary to make "Validator" final I believe
there should be no reason for this class to be extended, and if there is
it is probably because we are missing something, which I would very much
like to find out.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2018-08-02 10:37:38 +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 Apply contribution guidelines to "Validator" class 2018-08-02 10:37:38 +02:00