Skip to content

Commit 4de2ad9

Browse files
committed
[Form] fixed CollectionType needless option
1 parent 94186ea commit 4de2ad9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reference/forms/types/collection.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ address as its own input text box::
5656
'type' => 'email',
5757
// these options are passed to each "email" type
5858
'options' => array(
59-
'required' => false,
60-
'attr' => array('class' => 'email-box')
59+
'attr' => array('class' => 'email-box')
6160
),
6261
));
6362

0 commit comments

Comments
 (0)