From 6cad260ba31776964706fc789e0280ee3c140932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Bru=CC=88ckner?= Date: Thu, 13 Dec 2018 22:35:34 +0100 Subject: [PATCH] Adds missing validator to standard validator overview --- doc/book/set.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/book/set.md b/doc/book/set.md index dce309cfd..5372d09dd 100644 --- a/doc/book/set.md +++ b/doc/book/set.md @@ -10,6 +10,7 @@ The following validators come with the zend-validator distribution. - [RecordExists and NoRecordExists (database)](validators/db.md) - [Digits](validators/digits.md) - [EmailAddress](validators/email-address.md) +- [Explode](validators/explode.md) - [File Validation Classes](validators/file/intro.md) - [GreaterThan](validators/greater-than.md) - [Hex](validators/hex.md) @@ -19,6 +20,7 @@ The following validators come with the zend-validator distribution. - [InArray](validators/in-array.md) - [Ip](validators/ip.md) - [Isbn](validators/isbn.md) +- [IsCountable](validators/is-countable.md) - [IsInstanceOf](validators/isinstanceof.md) - [LessThan](validators/less-than.md) - [NotEmpty](validators/not-empty.md)