Commit 9b64be8
File tree
15 files changed
+322
-81
lines changedFilter options
- src/Symfony
- Bridge/Twig
- Resources/views/Form
- Component/Form
- ChoiceList
- Factory
- Cache
- View
- Extension/Core/Type
- Tests
- ChoiceList/Factory
- Extension/Core/Type
- Fixtures/Descriptor
15 files changed
+322
-81
lines changedsrc/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
88 |
| - |
| 88 | + |
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
|
src/Symfony/Bridge/Twig/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/composer.json+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
|
src/Symfony/Component/Form/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
|
src/Symfony/Component/Form/ChoiceList/ChoiceList.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/ChoiceList.php+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| ||
113 | 114 |
|
114 | 115 |
|
115 | 116 |
|
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
116 | 129 |
|
117 | 130 |
|
118 | 131 |
|
|
src/Symfony/Component/Form/ChoiceList/Factory/Cache/ChoiceTranslationParameters.php
Copy file name to clipboard+27Lines changed: 27 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
src/Symfony/Component/Form/ChoiceList/Factory/CachingFactoryDecorator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/Factory/CachingFactoryDecorator.php+26-9Lines changed: 26 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
174 | 174 |
|
175 | 175 |
|
176 | 176 |
|
177 |
| - |
178 |
| - |
179 |
| - |
180 |
| - |
181 |
| - |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
182 | 183 |
|
183 |
| - |
| 184 | + |
184 | 185 |
|
| 186 | + |
185 | 187 |
|
186 | 188 |
|
187 | 189 |
|
| ||
214 | 216 |
|
215 | 217 |
|
216 | 218 |
|
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
217 | 225 |
|
218 |
| - |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
219 | 235 |
|
220 | 236 |
|
221 |
| - |
| 237 | + |
222 | 238 |
|
223 | 239 |
|
224 | 240 |
|
| ||
227 | 243 |
|
228 | 244 |
|
229 | 245 |
|
230 |
| - |
| 246 | + |
| 247 | + |
231 | 248 |
|
232 | 249 |
|
233 | 250 |
|
|
src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php+6-5Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
83 | 84 |
|
84 | 85 |
|
85 | 86 |
|
86 |
| - |
| 87 | + |
87 | 88 |
|
src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php+17-5Lines changed: 17 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
| 71 | + |
| 72 | + |
71 | 73 |
|
72 |
| - |
| 74 | + |
73 | 75 |
|
| 76 | + |
74 | 77 |
|
75 | 78 |
|
76 | 79 |
|
| ||
109 | 112 |
|
110 | 113 |
|
111 | 114 |
|
| 115 | + |
112 | 116 |
|
113 | 117 |
|
114 | 118 |
|
| ||
146 | 150 |
|
147 | 151 |
|
148 | 152 |
|
| 153 | + |
149 | 154 |
|
150 | 155 |
|
151 | 156 |
|
| ||
162 | 167 |
|
163 | 168 |
|
164 | 169 |
|
165 |
| - |
| 170 | + |
166 | 171 |
|
167 | 172 |
|
168 | 173 |
|
| ||
186 | 191 |
|
187 | 192 |
|
188 | 193 |
|
189 |
| - |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
190 | 198 |
|
191 | 199 |
|
192 | 200 |
|
| ||
198 | 206 |
|
199 | 207 |
|
200 | 208 |
|
201 |
| - |
| 209 | + |
202 | 210 |
|
203 | 211 |
|
204 | 212 |
|
| ||
217 | 225 |
|
218 | 226 |
|
219 | 227 |
|
| 228 | + |
220 | 229 |
|
221 | 230 |
|
222 | 231 |
|
| ||
242 | 251 |
|
243 | 252 |
|
244 | 253 |
|
| 254 | + |
245 | 255 |
|
246 | 256 |
|
247 | 257 |
|
| ||
250 | 260 |
|
251 | 261 |
|
252 | 262 |
|
253 |
| - |
| 263 | + |
254 | 264 |
|
255 | 265 |
|
256 | 266 |
|
| ||
263 | 273 |
|
264 | 274 |
|
265 | 275 |
|
| 276 | + |
266 | 277 |
|
267 | 278 |
|
268 | 279 |
|
| ||
292 | 303 |
|
293 | 304 |
|
294 | 305 |
|
| 306 | + |
295 | 307 |
|
296 | 308 |
|
297 | 309 |
|
|
src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php+27-7Lines changed: 27 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
145 | 145 |
|
146 | 146 |
|
147 | 147 |
|
148 |
| - |
149 |
| - |
150 |
| - |
151 |
| - |
152 |
| - |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
153 | 154 |
|
154 | 155 |
|
155 | 156 |
|
156 |
| - |
| 157 | + |
157 | 158 |
|
| 159 | + |
158 | 160 |
|
159 | 161 |
|
160 | 162 |
|
| ||
217 | 219 |
|
218 | 220 |
|
219 | 221 |
|
220 |
| - |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
221 | 241 |
|
222 | 242 |
|
src/Symfony/Component/Form/ChoiceList/View/ChoiceView.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/View/ChoiceView.php+12-5Lines changed: 12 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
30 | 35 |
|
31 | 36 |
|
32 | 37 |
|
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
37 | 43 |
|
38 |
| - |
| 44 | + |
39 | 45 |
|
40 | 46 |
|
41 | 47 |
|
42 | 48 |
|
43 | 49 |
|
| 50 | + |
44 | 51 |
|
45 | 52 |
|
0 commit comments