Go to file
Henrique Moody 60e3fc3740
Refactor "Between" rule
The "Between" rule was extending the "AllOf" rule and adding "Max" and
"Min" rules to the chain. Because of that, when the rule failed we could
get the "MinException" or the "MaxException" exception, and only if both
failed that we would get the "BetweenException".

With this change it will always get the "BetweenException" which makes
it more explicit.

Also, the "Between" is not using the same standard required in the
Contribution Guidelines.
2018-03-03 18:06:26 +01:00
docs Refactor "Between" rule 2018-03-03 18:06:26 +01:00
library Refactor "Between" rule 2018-03-03 18:06:26 +01:00
tests Refactor "Between" rule 2018-03-03 18:06:26 +01: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 Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
.scrutinizer.yml Migrate to new PHP Analysis 2018-01-09 16:19:27 +01:00
.travis.yml Drop support for PHP 7.0 2018-01-03 11:09:02 +01:00
CHANGELOG.md Update "CHANGELOG.md" file 2016-04-23 22:11:23 -03:00
composer.json Improve RuleTestCase class 2018-01-07 14:32:05 +01: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 Create "CHANGELOG.md" file 2015-10-07 02:56:23 -03: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