Commit 519b096
File tree
Expand file treeCollapse file tree
74 files changed
+55
-726
lines changedFilter options
- src/Symfony/Component/Form
- ChoiceList/Factory
- Extension
- Core
- DataMapper
- DataTransformer
- Type
- Validator/Type
- Tests
- Command
- Extension
- Core
- DataTransformer
- Type
- Validator
- Constraints
- Type
- Fixtures/ChoiceList
- Resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
74 files changed
+55
-726
lines changedsrc/Symfony/Component/Form/ChoiceList/Factory/CachingFactoryDecorator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/Factory/CachingFactoryDecorator.php+3-8Lines changed: 3 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
92 |
| - |
| 92 | + |
93 | 93 |
|
94 |
| - |
95 |
| - |
96 | 94 |
|
97 | 95 |
|
98 | 96 |
|
| ||
134 | 132 |
|
135 | 133 |
|
136 | 134 |
|
137 |
| - |
| 135 | + |
138 | 136 |
|
139 |
| - |
140 |
| - |
141 | 137 |
|
142 | 138 |
|
143 | 139 |
|
| ||
181 | 177 |
|
182 | 178 |
|
183 | 179 |
|
184 |
| - |
| 180 | + |
185 | 181 |
|
186 |
| - |
187 | 182 |
|
188 | 183 |
|
189 | 184 |
|
|
src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
| ||
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
87 |
| - |
| 87 | + |
88 | 88 |
|
src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php+3-12Lines changed: 3 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
36 |
| - |
37 | 35 |
|
38 |
| - |
| 36 | + |
39 | 37 |
|
40 |
| - |
41 |
| - |
42 | 38 |
|
43 | 39 |
|
44 | 40 |
|
| ||
53 | 49 |
|
54 | 50 |
|
55 | 51 |
|
56 |
| - |
57 |
| - |
58 | 52 |
|
59 |
| - |
| 53 | + |
60 | 54 |
|
61 |
| - |
62 |
| - |
63 | 55 |
|
64 | 56 |
|
65 | 57 |
|
| ||
72 | 64 |
|
73 | 65 |
|
74 | 66 |
|
75 |
| - |
| 67 | + |
76 | 68 |
|
77 |
| - |
78 | 69 |
|
79 | 70 |
|
80 | 71 |
|
|
src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php+3-8Lines changed: 3 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
| 69 | + |
70 | 70 |
|
71 |
| - |
72 |
| - |
73 | 71 |
|
74 | 72 |
|
75 | 73 |
|
| ||
109 | 107 |
|
110 | 108 |
|
111 | 109 |
|
112 |
| - |
| 110 | + |
113 | 111 |
|
114 |
| - |
115 |
| - |
116 | 112 |
|
117 | 113 |
|
118 | 114 |
|
| ||
154 | 150 |
|
155 | 151 |
|
156 | 152 |
|
157 |
| - |
| 153 | + |
158 | 154 |
|
159 |
| - |
160 | 155 |
|
161 | 156 |
|
162 | 157 |
|
|
src/Symfony/Component/Form/Extension/Core/DataMapper/RadioListMapper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/DataMapper/RadioListMapper.php-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 | 33 |
|
38 | 34 |
|
39 | 35 |
|
|
src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php+5-9Lines changed: 5 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
| 49 | + |
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 | 59 |
|
64 | 60 |
|
65 | 61 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/BirthdayType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/BirthdayType.php+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
| ||
24 | 23 |
|
25 | 24 |
|
26 | 25 |
|
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
| 26 | + |
32 | 27 |
|
33 | 28 |
|
34 | 29 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
| ||
61 | 60 |
|
62 | 61 |
|
63 | 62 |
|
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
| 63 | + |
69 | 64 |
|
70 | 65 |
|
71 | 66 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php+2-24Lines changed: 2 additions & 24 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
| 55 | + |
59 | 56 |
|
60 | 57 |
|
61 | 58 |
|
62 | 59 |
|
63 | 60 |
|
64 | 61 |
|
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 | 62 |
|
81 | 63 |
|
82 | 64 |
|
| ||
390 | 372 |
|
391 | 373 |
|
392 | 374 |
|
393 |
| - |
394 |
| - |
395 |
| - |
396 |
| - |
397 |
| - |
| 375 | + |
398 | 376 |
|
399 | 377 |
|
400 | 378 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/CollectionType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/CollectionType.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
124 |
| - |
125 |
| - |
126 |
| - |
127 |
| - |
128 |
| - |
| 124 | + |
129 | 125 |
|
130 | 126 |
|
131 | 127 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/ColorType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/ColorType.php+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
| ||
70 | 69 |
|
71 | 70 |
|
72 | 71 |
|
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
| 72 | + |
78 | 73 |
|
79 | 74 |
|
80 | 75 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/CountryType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/CountryType.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
| 46 | + |
51 | 47 |
|
52 | 48 |
|
53 | 49 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/CurrencyType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/CurrencyType.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
| 44 | + |
49 | 45 |
|
50 | 46 |
|
51 | 47 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/DateIntervalType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/DateIntervalType.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
234 | 234 |
|
235 | 235 |
|
236 | 236 |
|
237 |
| - |
238 |
| - |
239 |
| - |
240 |
| - |
241 |
| - |
| 237 | + |
242 | 238 |
|
243 | 239 |
|
244 | 240 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
273 | 273 |
|
274 | 274 |
|
275 | 275 |
|
276 |
| - |
277 |
| - |
278 |
| - |
279 |
| - |
280 |
| - |
| 276 | + |
281 | 277 |
|
282 | 278 |
|
283 | 279 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/DateType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/DateType.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
299 | 299 |
|
300 | 300 |
|
301 | 301 |
|
302 |
| - |
303 |
| - |
304 |
| - |
305 |
| - |
306 |
| - |
| 302 | + |
307 | 303 |
|
308 | 304 |
|
309 | 305 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/EmailType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/EmailType.php+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
| ||
23 | 22 |
|
24 | 23 |
|
25 | 24 |
|
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
| 25 | + |
31 | 26 |
|
32 | 27 |
|
33 | 28 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/FileType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/FileType.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
130 | 130 |
|
131 | 131 |
|
132 | 132 |
|
133 |
| - |
134 |
| - |
135 |
| - |
136 |
| - |
137 |
| - |
| 133 | + |
138 | 134 |
|
139 | 135 |
|
140 | 136 |
|
|
0 commit comments