Go to file
Henrique Moody c80524b457
Method assert() should not have a return value
One this method should throw an exception when the input is not valid,
returning `TRUE` when it succeeds is not really consistent.
2018-01-28 17:38:40 +01:00
docs Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
library Method assert() should not have a return value 2018-01-28 17:38:40 +01:00
tests Method assert() should not have a return value 2018-01-28 17:38:40 +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