Commit 64f6fcc
File tree
20 files changed
+710
-40
lines changedFilter options
- src/Symfony/Component/Form
- ChoiceList
- Factory
- Cache
- Loader
- Extension/Core/Type
- Tests
- ChoiceList
- Factory
- Loader
- Extension/Core/Type
- Fixtures
- ChoiceList
- Descriptor
20 files changed
+710
-40
lines changed+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
|
+1Lines changed: 1 addition & 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 |
|
|
src/Symfony/Component/Form/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/CHANGELOG.md+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
| 8 | + |
7 | 9 |
|
8 | 10 |
|
9 | 11 |
|
|
src/Symfony/Component/Form/ChoiceList/ChoiceList.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/ChoiceList.php+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
66 | 67 |
|
67 | 68 |
|
68 | 69 |
|
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
69 | 80 |
|
70 | 81 |
|
71 | 82 |
|
|
src/Symfony/Component/Form/ChoiceList/Factory/Cache/ChoiceFilter.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+50-9Lines changed: 50 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
| 23 | + |
| 24 | + |
22 | 25 |
|
23 | 26 |
|
24 | 27 |
|
| ||
80 | 83 |
|
81 | 84 |
|
82 | 85 |
|
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
83 | 91 |
|
84 |
| - |
| 92 | + |
85 | 93 |
|
| 94 | + |
| 95 | + |
86 | 96 |
|
87 | 97 |
|
88 | 98 |
|
89 | 99 |
|
90 |
| - |
| 100 | + |
| 101 | + |
91 | 102 |
|
92 | 103 |
|
93 | 104 |
|
94 | 105 |
|
95 |
| - |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
96 | 116 |
|
97 | 117 |
|
98 |
| - |
| 118 | + |
99 | 119 |
|
100 | 120 |
|
101 |
| - |
| 121 | + |
102 | 122 |
|
103 | 123 |
|
104 | 124 |
|
105 | 125 |
|
106 | 126 |
|
107 | 127 |
|
108 | 128 |
|
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
109 | 136 |
|
110 |
| - |
| 137 | + |
111 | 138 |
|
| 139 | + |
| 140 | + |
112 | 141 |
|
113 | 142 |
|
114 | 143 |
|
| ||
123 | 152 |
|
124 | 153 |
|
125 | 154 |
|
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
126 | 161 |
|
127 |
| - |
| 162 | + |
128 | 163 |
|
129 | 164 |
|
130 |
| - |
| 165 | + |
131 | 166 |
|
132 | 167 |
|
133 |
| - |
| 168 | + |
134 | 169 |
|
135 | 170 |
|
136 | 171 |
|
137 | 172 |
|
138 | 173 |
|
139 | 174 |
|
140 | 175 |
|
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
141 | 182 |
|
142 | 183 |
|
143 | 184 |
|
|
src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| 34 | + |
| 35 | + |
34 | 36 |
|
35 | 37 |
|
36 |
| - |
| 38 | + |
37 | 39 |
|
38 | 40 |
|
39 | 41 |
|
| ||
42 | 44 |
|
43 | 45 |
|
44 | 46 |
|
| 47 | + |
| 48 | + |
45 | 49 |
|
46 | 50 |
|
47 |
| - |
| 51 | + |
48 | 52 |
|
49 | 53 |
|
50 | 54 |
|
|
src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php+26-2Lines changed: 26 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
| 19 | + |
18 | 20 |
|
19 | 21 |
|
20 | 22 |
|
| ||
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
| 28 | + |
26 | 29 |
|
27 | 30 |
|
28 | 31 |
|
29 | 32 |
|
30 | 33 |
|
| 34 | + |
| 35 | + |
31 | 36 |
|
32 |
| - |
| 37 | + |
33 | 38 |
|
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
34 | 50 |
|
35 | 51 |
|
36 | 52 |
|
37 | 53 |
|
38 | 54 |
|
| 55 | + |
| 56 | + |
39 | 57 |
|
40 |
| - |
| 58 | + |
41 | 59 |
|
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
42 | 66 |
|
43 | 67 |
|
44 | 68 |
|
|
src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php+38-8Lines changed: 38 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
63 |
| - |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
64 | 66 |
|
65 | 67 |
|
66 | 68 |
|
67 |
| - |
| 69 | + |
68 | 70 |
|
| 71 | + |
| 72 | + |
69 | 73 |
|
70 | 74 |
|
71 | 75 |
|
| ||
81 | 85 |
|
82 | 86 |
|
83 | 87 |
|
84 |
| - |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
85 | 100 |
|
86 | 101 |
|
87 | 102 |
|
88 | 103 |
|
89 | 104 |
|
90 |
| - |
91 |
| - |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
92 | 109 |
|
93 | 110 |
|
94 | 111 |
|
95 |
| - |
| 112 | + |
96 | 113 |
|
| 114 | + |
| 115 | + |
97 | 116 |
|
98 | 117 |
|
99 | 118 |
|
| ||
109 | 128 |
|
110 | 129 |
|
111 | 130 |
|
112 |
| - |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
113 | 143 |
|
114 | 144 |
|
115 | 145 |
|
|
0 commit comments