From 60bb8f028731e581fe5803cd0dc572807053a59a Mon Sep 17 00:00:00 2001 From: Victor Bjelkholm Date: Mon, 14 Jul 2014 19:35:35 +0200 Subject: [PATCH] Add instanceOf to rules in readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3be105..f7eefc0 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ V::lang('ar'); * `dateAfter` - Field is a valid date and is after the given date * `contains` - Field is a string and contains the given string * `creditCard` - Field is a valid credit card number + * `instanceOf` - Field contains an instance of the given class **NOTE**: If you are comparing floating-point numbers with min/max validators, you should install the [BCMath](http://us3.php.net/manual/en/book.bc.php)