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