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

Commit 2d07610

Browse files
committed
Merge branch 'hotfix/120'
Close #120
2 parents 0023be0 + 849170f commit 2d07610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/book/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ use Zend\Form\Annotation;
10311031
10321032
/**
10331033
* @Annotation\Name("user")
1034-
* @Annotation\Hydrator("Zend\Stdlib\Hydrator\ObjectProperty")
1034+
* @Annotation\Hydrator("Zend\Hydrator\ObjectProperty")
10351035
*/
10361036
class User
10371037
{
@@ -1059,7 +1059,7 @@ class User
10591059
```
10601060
10611061
The above will hint to the annotation builder to create a form with name "user",
1062-
which uses the hydrator `Zend\Stdlib\Hydrator\ObjectProperty`. That form will
1062+
which uses the hydrator `Zend\Hydrator\ObjectProperty`. That form will
10631063
have two elements, "username" and "email". The "username" element will have an
10641064
associated input that has a `StringTrim` filter, and two validators: a
10651065
`StringLength` validator indicating the username is between 1 and 25 characters,

0 commit comments

Comments
 (0)