Commit 94eb384
File tree
Expand file treeCollapse file tree
13 files changed
+55
-72
lines changedFilter options
- src/Symfony/Component/Form
- ChoiceList/View
- Extension/Core
- ChoiceList
- DataTransformer
- EventListener
- View
Expand file treeCollapse file tree
13 files changed
+55
-72
lines changedsrc/Symfony/Component/Form/ChoiceList/View/ChoiceView.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/View/ChoiceView.php+33-7Lines changed: 33 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
13 |
| - |
14 |
| - |
| 12 | + |
15 | 13 |
|
16 | 14 |
|
17 | 15 |
|
18 | 16 |
|
19 | 17 |
|
| 18 | + |
| 19 | + |
| 20 | + |
20 | 21 |
|
21 |
| - |
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
44 | 71 |
|
45 | 72 |
|
46 | 73 |
|
| ||
58 | 85 |
|
59 | 86 |
|
60 | 87 |
|
61 |
| - |
62 |
| - |
63 |
| - |
| 88 | + |
| 89 | + |
64 | 90 |
|
65 | 91 |
|
66 | 92 |
|
src/Symfony/Component/Form/Extension/Core/ChoiceList/ChoiceList.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/ChoiceList/ChoiceList.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
|
src/Symfony/Component/Form/Extension/Core/ChoiceList/ChoiceListInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/ChoiceList/ChoiceListInterface.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
|
src/Symfony/Component/Form/Extension/Core/ChoiceList/LazyChoiceList.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/ChoiceList/LazyChoiceList.php+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
26 |
| - |
27 |
| - |
| 25 | + |
| 26 | + |
28 | 27 |
|
29 | 28 |
|
30 | 29 |
|
|
src/Symfony/Component/Form/Extension/Core/ChoiceList/ObjectChoiceList.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/ChoiceList/ObjectChoiceList.php+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
37 |
| - |
38 |
| - |
| 36 | + |
| 37 | + |
39 | 38 |
|
40 | 39 |
|
41 | 40 |
|
|
src/Symfony/Component/Form/Extension/Core/ChoiceList/SimpleChoiceList.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/ChoiceList/SimpleChoiceList.php+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
33 |
| - |
34 |
| - |
| 32 | + |
| 33 | + |
35 | 34 |
|
36 | 35 |
|
37 | 36 |
|
|
src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoiceToBooleanArrayTransformer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoiceToBooleanArrayTransformer.php+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 |
| - |
23 |
| - |
| 21 | + |
| 22 | + |
24 | 23 |
|
25 | 24 |
|
26 | 25 |
|
|
src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoicesToBooleanArrayTransformer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoicesToBooleanArrayTransformer.php+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 |
| - |
23 |
| - |
| 21 | + |
| 22 | + |
24 | 23 |
|
25 | 24 |
|
26 | 25 |
|
|
src/Symfony/Component/Form/Extension/Core/EventListener/FixCheckboxInputListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/EventListener/FixCheckboxInputListener.php+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 |
| - |
28 |
| - |
| 26 | + |
| 27 | + |
29 | 28 |
|
30 | 29 |
|
31 | 30 |
|
|
src/Symfony/Component/Form/Extension/Core/EventListener/FixRadioInputListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/EventListener/FixRadioInputListener.php+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
26 |
| - |
27 |
| - |
| 25 | + |
| 26 | + |
28 | 27 |
|
29 | 28 |
|
30 | 29 |
|
|
0 commit comments