File tree
16 files changed
+440
-22
lines changedFilter options
- src/Symfony/Component
- PropertyAccess
- Tests
- Serializer
- Context
- Exception
- Normalizer
- Tests
- Context
- Fixtures
- Util
- Util
16 files changed
+440
-22
lines changed+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
src/Symfony/Component/PropertyAccess/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/CHANGELOG.md+5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
4 | 9 |
|
5 | 10 |
|
6 | 11 |
|
|
src/Symfony/Component/PropertyAccess/PropertyPath.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/PropertyPath.php+25
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
194 | 194 |
|
195 | 195 |
|
196 | 196 |
|
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
197 | 222 |
|
src/Symfony/Component/PropertyAccess/Tests/PropertyPathTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/Tests/PropertyPathTest.php+20
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
170 | 170 |
|
171 | 171 |
|
172 | 172 |
|
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
173 | 193 |
|
src/Symfony/Component/Serializer/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/CHANGELOG.md+5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
4 | 9 |
|
5 | 10 |
|
6 | 11 |
|
|
src/Symfony/Component/Serializer/Context/SerializerContextBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Context/SerializerContextBuilder.php+6
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
39 | 45 |
|
src/Symfony/Component/Serializer/Exception/PartialDenormalizationException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Exception/PartialDenormalizationException.php+28-4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
21 | 25 |
|
22 |
| - |
| 26 | + |
23 | 27 |
|
24 | 28 |
|
25 |
| - |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
26 | 37 |
|
27 | 38 |
|
28 | 39 |
|
29 | 40 |
|
30 | 41 |
|
31 | 42 |
|
32 | 43 |
|
| 44 | + |
| 45 | + |
| 46 | + |
33 | 47 |
|
34 | 48 |
|
35 |
| - |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
36 | 60 |
|
37 | 61 |
|
src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php+12-7
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
| 30 | + |
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
| ||
242 | 243 |
|
243 | 244 |
|
244 | 245 |
|
245 |
| - |
| 246 | + |
246 | 247 |
|
247 | 248 |
|
248 | 249 |
|
| ||
267 | 268 |
|
268 | 269 |
|
269 | 270 |
|
270 |
| - |
| 271 | + |
271 | 272 |
|
272 | 273 |
|
273 | 274 |
|
274 | 275 |
|
275 |
| - |
| 276 | + |
276 | 277 |
|
277 | 278 |
|
278 | 279 |
|
| ||
422 | 423 |
|
423 | 424 |
|
424 | 425 |
|
425 |
| - |
| 426 | + |
| 427 | + |
| 428 | + |
| 429 | + |
| 430 | + |
426 | 431 |
|
427 | 432 |
|
428 | 433 |
|
| ||
486 | 491 |
|
487 | 492 |
|
488 | 493 |
|
489 |
| - |
| 494 | + |
490 | 495 |
|
491 | 496 |
|
492 | 497 |
|
493 | 498 |
|
494 | 499 |
|
495 | 500 |
|
496 |
| - |
| 501 | + |
497 | 502 |
|
498 | 503 |
|
499 | 504 |
|
| ||
504 | 509 |
|
505 | 510 |
|
506 | 511 |
|
507 |
| - |
| 512 | + |
508 | 513 |
|
509 | 514 |
|
510 | 515 |
|
|
src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php+2-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
48 | 49 |
|
49 | 50 |
|
50 | 51 |
|
51 |
| - |
| 52 | + |
52 | 53 |
|
53 | 54 |
|
54 | 55 |
|
|
src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php+8
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
| 28 | + |
| 29 | + |
27 | 30 |
|
28 | 31 |
|
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
29 | 37 |
|
30 | 38 |
|
31 | 39 |
|
|
src/Symfony/Component/Serializer/Serializer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Serializer.php+19-7
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
223 | 223 |
|
224 | 224 |
|
225 | 225 |
|
| 226 | + |
226 | 227 |
|
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
227 | 232 |
|
228 |
| - |
229 |
| - |
230 |
| - |
231 |
| - |
232 |
| - |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
233 | 240 |
|
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
234 | 245 |
|
235 |
| - |
| 246 | + |
| 247 | + |
236 | 248 |
|
237 | 249 |
|
238 |
| - |
| 250 | + |
239 | 251 |
|
240 | 252 |
|
241 | 253 |
|
|
src/Symfony/Component/Serializer/Tests/Context/SerializerContextBuilderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Context/SerializerContextBuilderTest.php+4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
| 42 | + |
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
| ||
51 | 53 |
|
52 | 54 |
|
53 | 55 |
|
| 56 | + |
54 | 57 |
|
55 | 58 |
|
56 | 59 |
|
57 | 60 |
|
58 | 61 |
|
| 62 | + |
59 | 63 |
|
60 | 64 |
|
61 | 65 |
|
src/Symfony/Component/Serializer/Tests/Fixtures/Php74Full.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Fixtures/Php74Full.php+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| 34 | + |
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
|
0 commit comments