Commit 461e871
File tree
6 files changed
+105
-100
lines changedFilter options
- src/Symfony
- Bridge/Doctrine
- Tests/Form/Type
- Component/Form
- Extension/Core
- DataMapper
- Type
- Tests/Extension/Core/Type
6 files changed
+105
-100
lines changedsrc/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
274 | 274 |
|
275 | 275 |
|
276 | 276 |
|
277 |
| - |
| 277 | + |
278 | 278 |
|
279 | 279 |
|
280 | 280 |
|
|
src/Symfony/Bridge/Doctrine/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/composer.json+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
29 | 37 |
|
30 | 38 |
|
31 | 39 |
|
|
src/Symfony/Component/Form/Extension/Core/DataMapper/CheckboxListMapper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/DataMapper/CheckboxListMapper.php+8-33Lines changed: 8 additions & 33 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 |
| - |
| 15 | + |
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
| ||
26 | 25 |
|
27 | 26 |
|
28 | 27 |
|
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 | 28 |
|
40 | 29 |
|
41 | 30 |
|
| ||
46 | 35 |
|
47 | 36 |
|
48 | 37 |
|
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
| 38 | + |
60 | 39 |
|
61 | 40 |
|
62 | 41 |
|
63 | 42 |
|
64 |
| - |
| 43 | + |
65 | 44 |
|
66 | 45 |
|
67 | 46 |
|
| ||
70 | 49 |
|
71 | 50 |
|
72 | 51 |
|
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
73 | 56 |
|
74 | 57 |
|
75 | 58 |
|
| ||
79 | 62 |
|
80 | 63 |
|
81 | 64 |
|
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
| 65 | + |
91 | 66 |
|
92 | 67 |
|
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+12-15Lines changed: 12 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 | 28 |
|
39 | 29 |
|
40 | 30 |
|
41 |
| - |
| 31 | + |
42 | 32 |
|
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
43 | 37 |
|
44 | 38 |
|
45 |
| - |
| 39 | + |
46 | 40 |
|
47 | 41 |
|
48 | 42 |
|
| ||
51 | 45 |
|
52 | 46 |
|
53 | 47 |
|
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
54 | 52 |
|
55 | 53 |
|
56 | 54 |
|
| ||
59 | 57 |
|
60 | 58 |
|
61 | 59 |
|
62 |
| - |
63 |
| - |
| 60 | + |
64 | 61 |
|
65 | 62 |
|
66 | 63 |
|
|
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+10-25Lines changed: 10 additions & 25 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 |
| - |
65 |
| - |
66 |
| - |
| 64 | + |
67 | 65 |
|
68 | 66 |
|
69 | 67 |
|
| ||
134 | 132 |
|
135 | 133 |
|
136 | 134 |
|
| 135 | + |
137 | 136 |
|
138 |
| - |
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
146 |
| - |
147 |
| - |
148 |
| - |
149 |
| - |
150 |
| - |
151 |
| - |
152 |
| - |
153 |
| - |
154 |
| - |
155 |
| - |
156 |
| - |
157 |
| - |
| 137 | + |
| 138 | + |
158 | 139 |
|
159 | 140 |
|
160 |
| - |
| 141 | + |
161 | 142 |
|
162 | 143 |
|
163 | 144 |
|
| ||
252 | 233 |
|
253 | 234 |
|
254 | 235 |
|
255 |
| - |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
256 | 241 |
|
257 | 242 |
|
258 | 243 |
|
|
0 commit comments