Commit a273e79
File tree
Expand file treeCollapse file tree
5 files changed
+28
-7
lines changedFilter options
- src/Symfony
- Bridge/Twig/Resources/views/Form
- Bundle/FrameworkBundle/Resources/views/Form
- Component/Form
- Extension/Core/Type
- Tests
- Extension/Core/Type
Expand file treeCollapse file tree
5 files changed
+28
-7
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+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
| 70 | + |
| 71 | + |
| 72 | + |
70 | 73 |
|
71 | 74 |
|
72 | 75 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget_collapsed.html.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget_collapsed.html.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
3 | 5 |
|
4 | 6 |
|
5 | 7 |
|
|
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+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
| 122 | + |
| 123 | + |
122 | 124 |
|
123 |
| - |
| 125 | + |
124 | 126 |
|
125 | 127 |
|
126 | 128 |
|
|
src/Symfony/Component/Form/Tests/AbstractLayoutTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/AbstractLayoutTest.php+17-5Lines changed: 17 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
369 | 369 |
|
370 | 370 |
|
371 | 371 |
|
| 372 | + |
| 373 | + |
| 374 | + |
| 375 | + |
| 376 | + |
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
372 | 384 |
|
373 | 385 |
|
374 | 386 |
|
375 |
| - |
| 387 | + |
376 | 388 |
|
377 | 389 |
|
378 | 390 |
|
| ||
394 | 406 |
|
395 | 407 |
|
396 | 408 |
|
397 |
| - |
| 409 | + |
398 | 410 |
|
399 | 411 |
|
400 | 412 |
|
| ||
417 | 429 |
|
418 | 430 |
|
419 | 431 |
|
420 |
| - |
| 432 | + |
421 | 433 |
|
422 | 434 |
|
423 | 435 |
|
| ||
439 | 451 |
|
440 | 452 |
|
441 | 453 |
|
442 |
| - |
| 454 | + |
443 | 455 |
|
444 | 456 |
|
445 | 457 |
|
| ||
1704 | 1716 |
|
1705 | 1717 |
|
1706 | 1718 |
|
1707 |
| - |
| 1719 | + |
1708 | 1720 |
|
1709 | 1721 |
|
1710 | 1722 |
|
|
src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1050 | 1050 |
|
1051 | 1051 |
|
1052 | 1052 |
|
| 1053 | + |
1053 | 1054 |
|
1054 | 1055 |
|
1055 | 1056 |
|
| ||
1067 | 1068 |
|
1068 | 1069 |
|
1069 | 1070 |
|
| 1071 | + |
1070 | 1072 |
|
1071 | 1073 |
|
1072 | 1074 |
|
|
0 commit comments