Commit 5554c76
File tree
Expand file treeCollapse file tree
8 files changed
+248
-21
lines changedFilter options
- src/Symfony/Component/Form
- ChoiceList
- Extension/Core
- DataMapper
- DataTransformer
- Type
- Tests
- ChoiceList
- Extension/Core
- DataTransformer
- Type
Expand file treeCollapse file tree
8 files changed
+248
-21
lines changedsrc/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 |
| - |
| 73 | + |
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
| ||
229 | 229 |
|
230 | 230 |
|
231 | 231 |
|
232 |
| - |
| 232 | + |
233 | 233 |
|
234 | 234 |
|
235 | 235 |
|
236 |
| - |
| 236 | + |
237 | 237 |
|
238 | 238 |
|
239 | 239 |
|
|
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+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 |
| - |
44 |
| - |
45 | 43 |
|
46 | 44 |
|
47 |
| - |
| 45 | + |
48 | 46 |
|
49 | 47 |
|
50 | 48 |
|
|
src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
43 |
| - |
| 42 | + |
| 43 | + |
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
|
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+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
144 | 144 |
|
145 | 145 |
|
146 | 146 |
|
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
147 | 155 |
|
148 | 156 |
|
149 | 157 |
|
|
src/Symfony/Component/Form/Tests/ChoiceList/ArrayChoiceListTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/ChoiceList/ArrayChoiceListTest.php+25Lines changed: 25 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
129 | 129 |
|
130 | 130 |
|
131 | 131 |
|
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
132 | 157 |
|
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+30-10Lines changed: 30 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
23 |
| - |
| 24 | + |
| 25 | + |
24 | 26 |
|
25 | 27 |
|
| 28 | + |
26 | 29 |
|
27 | 30 |
|
28 | 31 |
|
29 | 32 |
|
30 | 33 |
|
| 34 | + |
31 | 35 |
|
32 | 36 |
|
33 | 37 |
|
34 | 38 |
|
35 | 39 |
|
36 | 40 |
|
37 |
| - |
38 |
| - |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
39 | 45 |
|
40 | 46 |
|
41 | 47 |
|
42 | 48 |
|
43 | 49 |
|
44 | 50 |
|
45 |
| - |
| 51 | + |
46 | 52 |
|
47 | 53 |
|
| 54 | + |
48 | 55 |
|
49 | 56 |
|
50 | 57 |
|
51 | 58 |
|
52 | 59 |
|
53 | 60 |
|
54 | 61 |
|
55 |
| - |
56 |
| - |
57 |
| - |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
58 | 66 |
|
59 | 67 |
|
60 | 68 |
|
61 | 69 |
|
62 | 70 |
|
63 | 71 |
|
64 |
| - |
| 72 | + |
65 | 73 |
|
66 | 74 |
|
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
67 | 86 |
|
68 | 87 |
|
69 | 88 |
|
| 89 | + |
70 | 90 |
|
71 | 91 |
|
72 |
| - |
| 92 | + |
73 | 93 |
|
74 |
| - |
| 94 | + |
75 | 95 |
|
76 | 96 |
|
src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoicesToValuesTransformerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoicesToValuesTransformerTest.php+18-2Lines changed: 18 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| 25 | + |
| 26 | + |
24 | 27 |
|
| 28 | + |
25 | 29 |
|
26 | 30 |
|
27 | 31 |
|
28 | 32 |
|
29 | 33 |
|
| 34 | + |
30 | 35 |
|
31 | 36 |
|
32 | 37 |
|
33 | 38 |
|
34 | 39 |
|
35 |
| - |
| 40 | + |
36 | 41 |
|
37 | 42 |
|
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
38 | 48 |
|
39 | 49 |
|
40 | 50 |
|
| ||
53 | 63 |
|
54 | 64 |
|
55 | 65 |
|
56 |
| - |
| 66 | + |
57 | 67 |
|
58 | 68 |
|
59 | 69 |
|
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
60 | 75 |
|
61 | 76 |
|
62 | 77 |
|
63 | 78 |
|
64 | 79 |
|
| 80 | + |
65 | 81 |
|
66 | 82 |
|
67 | 83 |
|
|
0 commit comments