Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge pull request #248 from froschdesign/hotfix/docs/213
Browse files Browse the repository at this point in the history
Adds missing validators to standard validator overview
  • Loading branch information
weierophinney committed Jan 29, 2019
2 parents 6336f4a + 6cad260 commit 3f11e95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/book/set.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 3f11e95

Please sign in to comment.