Go to file
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
docs Merge branch '1.1' 2018-08-01 20:22:37 +02:00
library Remove "buildRule" method from "Validator" 2018-08-02 10:37:10 +02:00
tests Merge branch '1.1' 2018-08-01 22:08:30 +02:00
.docheader Add license check by file to build 2016-10-29 12:31:13 +02:00
.gitattributes Create ".gitattributes" file 2017-02-10 14:55:35 +01:00
.gitignore Update PHP-CS-Fixer settings 2016-10-30 10:39:23 +01:00
.php_cs Enforce the use of "@covers" annotation 2018-07-23 21:37:38 +02:00
.scrutinizer.yml Migrate to new PHP Analysis 2018-01-09 16:19:27 +01:00
.travis.yml Use Composer "--ignore-platform-reqs" on 7.3 build 2018-06-20 22:34:21 +02:00
CHANGELOG.md Update "CHANGELOG.md" file 2016-04-23 22:11:23 -03:00
composer.json Replace fabpot/php-cs-fixer with friendsofphp/php-cs-fixer 2018-03-08 13:11:30 +00:00
CONTRIBUTING.md Update contribution guidelines 2018-01-07 14:53:12 +01:00
couscous.yml Add Google Analytics tracking ID to "couscous.yml" 2015-02-18 08:49:05 -02:00
LICENSE.md Update license to MIT 2018-03-03 19:06:38 +01:00
phpunit.xml.dist Apply contribution guidelines to "AbstractSearcher" 2018-01-19 21:41:34 +01:00
README.md Update "Installation" document 2017-03-28 11:35:48 +02:00

Respect\Validation

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version Total Downloads License

The most awesome validation engine ever created for PHP.

Table of contents