Add method Identical To Validator.php

This commit is contained in:
Marcel Prince 2016-05-05 16:13:08 -07:00 committed by Henrique Moody
parent 62316fc8b9
commit 6597aa5114
2 changed files with 3 additions and 0 deletions

View file

@ -43,6 +43,7 @@
* [Age](Age.md)
* [Between](Between.md)
* [Equals](Equals.md)
* [Identical](Identical.md)
* [Max](Max.md)
* [Min](Min.md)
@ -241,6 +242,7 @@
* [FloatType](FloatType.md)
* [Graph](Graph.md)
* [HexRgbColor](HexRgbColor.md)
* [Identical](Identical.md)
* [Imei](Imei.md)
* [In](In.md)
* [Infinite](Infinite.md)

View file

@ -69,6 +69,7 @@ use Respect\Validation\Rules\Key;
* @method static Validator floatType()
* @method static Validator graph(string $additionalChars = null)
* @method static Validator hexRgbColor()
* @method static Validator identical(mixed $value)
* @method static Validator imei()
* @method static Validator in(mixed $haystack, bool $compareIdentical = false)
* @method static Validator infinite()