Commit d13a042
File tree
14 files changed
+322
-53
lines changedFilter options
- src/Symfony/Component/Form
- ChoiceList
- Extension/Core/Type
- Tests
- ChoiceList
- Extension/Core
- DataTransformer
- Type
14 files changed
+322
-53
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
113 |
| - |
| 113 | + |
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
|
src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php+41Lines changed: 41 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
77 | 83 |
|
78 | 84 |
|
79 | 85 |
|
| ||
207 | 213 |
|
208 | 214 |
|
209 | 215 |
|
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
210 | 251 |
|
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+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
281 | 281 |
|
282 | 282 |
|
283 | 283 |
|
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
284 | 292 |
|
285 | 293 |
|
286 | 294 |
|
| ||
343 | 351 |
|
344 | 352 |
|
345 | 353 |
|
| 354 | + |
346 | 355 |
|
347 | 356 |
|
348 | 357 |
|
|
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+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
|
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+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
|
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+10-6Lines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
| 91 | + |
91 | 92 |
|
92 | 93 |
|
| 94 | + |
93 | 95 |
|
94 | 96 |
|
| 97 | + |
95 | 98 |
|
96 | 99 |
|
97 | 100 |
|
| ||
262 | 265 |
|
263 | 266 |
|
264 | 267 |
|
| 268 | + |
265 | 269 |
|
266 | 270 |
|
267 | 271 |
|
| ||
272 | 276 |
|
273 | 277 |
|
274 | 278 |
|
275 |
| - |
276 |
| - |
| 279 | + |
| 280 | + |
277 | 281 |
|
278 | 282 |
|
279 | 283 |
|
| ||
287 | 291 |
|
288 | 292 |
|
289 | 293 |
|
290 |
| - |
| 294 | + |
291 | 295 |
|
292 | 296 |
|
293 | 297 |
|
| ||
296 | 300 |
|
297 | 301 |
|
298 | 302 |
|
299 |
| - |
| 303 | + |
300 | 304 |
|
301 | 305 |
|
302 | 306 |
|
| ||
308 | 312 |
|
309 | 313 |
|
310 | 314 |
|
311 |
| - |
| 315 | + |
312 | 316 |
|
313 | 317 |
|
314 | 318 |
|
| ||
319 | 323 |
|
320 | 324 |
|
321 | 325 |
|
322 |
| - |
| 326 | + |
323 | 327 |
|
324 | 328 |
|
325 | 329 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/TimeType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/TimeType.php+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
| 66 | + |
66 | 67 |
|
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
70 |
| - |
| 71 | + |
71 | 72 |
|
72 | 73 |
|
73 | 74 |
|
| 75 | + |
74 | 76 |
|
75 | 77 |
|
76 | 78 |
|
77 | 79 |
|
78 | 80 |
|
79 | 81 |
|
80 | 82 |
|
81 |
| - |
| 83 | + |
82 | 84 |
|
83 | 85 |
|
84 | 86 |
|
| 87 | + |
85 | 88 |
|
86 | 89 |
|
87 | 90 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php+49-1Lines changed: 49 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
26 | 33 |
|
27 | 34 |
|
28 | 35 |
|
29 | 36 |
|
30 | 37 |
|
31 | 38 |
|
32 |
| - |
| 39 | + |
| 40 | + |
33 | 41 |
|
34 | 42 |
|
35 | 43 |
|
| ||
59 | 67 |
|
60 | 68 |
|
61 | 69 |
|
| 70 | + |
| 71 | + |
62 | 72 |
|
63 | 73 |
|
64 | 74 |
|
| 75 | + |
| 76 | + |
65 | 77 |
|
66 | 78 |
|
67 | 79 |
|
| ||
85 | 97 |
|
86 | 98 |
|
87 | 99 |
|
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
88 | 136 |
|
src/Symfony/Component/Form/Tests/ChoiceList/ArrayChoiceListTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/ChoiceList/ArrayChoiceListTest.php+41-7Lines changed: 41 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
68 | 102 |
|
69 | 103 |
|
70 | 104 |
|
71 | 105 |
|
72 | 106 |
|
73 | 107 |
|
74 | 108 |
|
75 |
| - |
| 109 | + |
76 | 110 |
|
77 |
| - |
78 |
| - |
| 111 | + |
| 112 | + |
79 | 113 |
|
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
84 | 118 |
|
85 | 119 |
|
86 | 120 |
|
|
src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoiceToValueTransformerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoiceToValueTransformerTest.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
|
0 commit comments