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

Commit

Permalink
Merge a2c828e into 7fde0e8
Browse files Browse the repository at this point in the history
  • Loading branch information
settermjd committed Feb 6, 2019
2 parents 7fde0e8 + a2c828e commit 26ebfce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/book/quick-start.md
Expand Up @@ -1007,6 +1007,9 @@ behaviors with the shipped annotations in zend-form:
of validator options for the constructor:
`@Validator({"name": "StringLength", "options": {"min":3, "max": 25}})`.
This annotation may be specified multiple times.
- `ContinueIfEmpty`: indicate whether the element can be submitted when it
is empty. A boolean value is expected. If `@Required` is set to `false`, this
needs to be set to `true` to allow the field to be empty.

To use annotations, include them in your class and/or property docblocks.
Annotation names will be resolved according to the import statements in your
Expand Down

0 comments on commit 26ebfce

Please sign in to comment.