File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ Overridden Options
3535data_class
3636~~~~~~~~~~
3737
38- **default **: :class: `Symfony\\ Component\\ HttpFoundation\\ File\\ File `
38+ **type **: `` string `` ** default **: :class: `Symfony\\ Component\\ HttpFoundation\\ File\\ File `
3939
4040This option sets the appropriate file-realted data mapper to be used by the type.
4141
4242empty_data
4343~~~~~~~~~~
4444
45- **default **: ``null ``
45+ **type **: `` mixed `` ** default **: ``null ``
4646
4747This option determines what value the field will return when the submitted
4848value is empty.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Overridden Options
5252trim
5353~~~~
5454
55- **default **: ``false ``
55+ **type **: `` boolean `` ** default **: ``false ``
5656
5757Unlike the rest of form types, the ``password `` type doesn't apply the
5858:phpfunction: `trim ` function to the value submitted by the user. This ensures that
You can’t perform that action at this time.
0 commit comments