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
35
35
data_class
36
36
~~~~~~~~~~
37
37
38
- **default **: :class: `Symfony\\ Component\\ HttpFoundation\\ File\\ File `
38
+ **type **: `` string `` ** default **: :class: `Symfony\\ Component\\ HttpFoundation\\ File\\ File `
39
39
40
40
This option sets the appropriate file-realted data mapper to be used by the type.
41
41
42
42
empty_data
43
43
~~~~~~~~~~
44
44
45
- **default **: ``null ``
45
+ **type **: `` mixed `` ** default **: ``null ``
46
46
47
47
This option determines what value the field will return when the submitted
48
48
value is empty.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Overridden Options
52
52
trim
53
53
~~~~
54
54
55
- **default **: ``false ``
55
+ **type **: `` boolean `` ** default **: ``false ``
56
56
57
57
Unlike the rest of form types, the ``password `` type doesn't apply the
58
58
: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