Commit 7d34ccf
File tree
7 files changed
+51
-8
lines changedFilter options
- src/Symfony
- Bridge/Twig/Resources/views/Form
- Bundle/FrameworkBundle/Resources/views/Form
- Component/Form
- ChoiceList
- Factory
- View
- Extension/Core/Type
- Tests
- Extension/Core/Type
7 files changed
+51
-8
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 |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
|
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+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
246 | 246 |
|
247 | 247 |
|
248 | 248 |
|
249 |
| - |
| 249 | + |
250 | 250 |
|
251 | 251 |
|
252 | 252 |
|
|
src/Symfony/Component/Form/ChoiceList/View/ChoiceListView.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/View/ChoiceListView.php+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
51 | 71 |
|
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+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
199 | 199 |
|
200 | 200 |
|
201 | 201 |
|
202 |
| - |
| 202 | + |
203 | 203 |
|
204 | 204 |
|
205 | 205 |
|
| ||
343 | 343 |
|
344 | 344 |
|
345 | 345 |
|
| 346 | + |
| 347 | + |
| 348 | + |
346 | 349 |
|
347 | 350 |
|
348 | 351 |
|
|
src/Symfony/Component/Form/Tests/AbstractLayoutTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/AbstractLayoutTest.php+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
528 | 528 |
|
529 | 529 |
|
530 | 530 |
|
| 531 | + |
| 532 | + |
| 533 | + |
| 534 | + |
| 535 | + |
| 536 | + |
| 537 | + |
| 538 | + |
| 539 | + |
| 540 | + |
| 541 | + |
| 542 | + |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
| 548 | + |
| 549 | + |
531 | 550 |
|
532 | 551 |
|
533 | 552 |
|
| ||
1001 | 1020 |
|
1002 | 1021 |
|
1003 | 1022 |
|
| 1023 | + |
1004 | 1024 |
|
1005 | 1025 |
|
1006 | 1026 |
|
|
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+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1689 | 1689 |
|
1690 | 1690 |
|
1691 | 1691 |
|
1692 |
| - |
| 1692 | + |
1693 | 1693 |
|
1694 | 1694 |
|
1695 | 1695 |
|
| ||
1716 | 1716 |
|
1717 | 1717 |
|
1718 | 1718 |
|
1719 |
| - |
1720 |
| - |
1721 |
| - |
| 1719 | + |
| 1720 | + |
| 1721 | + |
1722 | 1722 |
|
1723 | 1723 |
|
1724 | 1724 |
|
|
0 commit comments