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

Commit

Permalink
Merge branch 'hotfix/120'
Browse files Browse the repository at this point in the history
Close #120
  • Loading branch information
weierophinney committed Sep 22, 2016
2 parents 0023be0 + 849170f commit 2d07610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/book/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ use Zend\Form\Annotation;
/**
* @Annotation\Name("user")
* @Annotation\Hydrator("Zend\Stdlib\Hydrator\ObjectProperty")
* @Annotation\Hydrator("Zend\Hydrator\ObjectProperty")
*/
class User
{
Expand Down Expand Up @@ -1059,7 +1059,7 @@ class User
```
The above will hint to the annotation builder to create a form with name "user",
which uses the hydrator `Zend\Stdlib\Hydrator\ObjectProperty`. That form will
which uses the hydrator `Zend\Hydrator\ObjectProperty`. That form will
have two elements, "username" and "email". The "username" element will have an
associated input that has a `StringTrim` filter, and two validators: a
`StringLength` validator indicating the username is between 1 and 25 characters,
Expand Down

0 comments on commit 2d07610

Please sign in to comment.