Go to file
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
docs Merge branch '1.1' 2018-08-01 20:22:37 +02:00
library Apply contribution guidelines to "Validator" class 2018-08-02 10:37:38 +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