File tree
5 files changed
+161
-19
lines changedFilter options
- src/Symfony/Component/Serializer
- Normalizer
- Tests
- Fixtures
- Normalizer/Features
5 files changed
+161
-19
lines changedsrc/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php+17-14Lines changed: 17 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
348 | 348 |
|
349 | 349 |
|
350 | 350 |
|
351 |
| - |
| 351 | + |
352 | 352 |
|
353 | 353 |
|
354 | 354 |
|
| ||
401 | 401 |
|
402 | 402 |
|
403 | 403 |
|
404 |
| - |
| 404 | + |
| 405 | + |
405 | 406 |
|
406 | 407 |
|
407 | 408 |
|
| ||
412 | 413 |
|
413 | 414 |
|
414 | 415 |
|
415 |
| - |
416 |
| - |
417 | 416 |
|
418 | 417 |
|
419 | 418 |
|
420 |
| - |
421 |
| - |
422 |
| - |
423 |
| - |
424 |
| - |
425 |
| - |
426 |
| - |
| 419 | + |
| 420 | + |
| 421 | + |
427 | 422 |
|
428 |
| - |
429 |
| - |
430 |
| - |
| 423 | + |
431 | 424 |
|
432 | 425 |
|
| 426 | + |
| 427 | + |
| 428 | + |
| 429 | + |
| 430 | + |
| 431 | + |
| 432 | + |
| 433 | + |
| 434 | + |
| 435 | + |
433 | 436 |
|
434 | 437 |
|
435 | 438 |
|
|
src/Symfony/Component/Serializer/Tests/Fixtures/Php80WithPromotedTypedConstructor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Fixtures/Php80WithPromotedTypedConstructor.php+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 |
| - |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
18 | 21 |
|
19 | 22 |
|
src/Symfony/Component/Serializer/Tests/Fixtures/WithTypedConstructor.php
Copy file name to clipboard+35Lines changed: 35 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 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
src/Symfony/Component/Serializer/Tests/Normalizer/Features/ConstructorArgumentsTestTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Normalizer/Features/ConstructorArgumentsTestTrait.php+24-3Lines changed: 24 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
65 | 86 |
|
66 |
| - |
67 |
| - |
68 |
| - |
| 87 | + |
| 88 | + |
| 89 | + |
69 | 90 |
|
70 | 91 |
|
src/Symfony/Component/Serializer/Tests/SerializerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/SerializerTest.php+80Lines changed: 80 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
| 70 | + |
70 | 71 |
|
71 | 72 |
|
72 | 73 |
|
| ||
1196 | 1197 |
|
1197 | 1198 |
|
1198 | 1199 |
|
| 1200 | + |
| 1201 | + |
| 1202 | + |
| 1203 | + |
| 1204 | + |
| 1205 | + |
| 1206 | + |
| 1207 | + |
| 1208 | + |
| 1209 | + |
| 1210 | + |
| 1211 | + |
| 1212 | + |
| 1213 | + |
| 1214 | + |
| 1215 | + |
| 1216 | + |
| 1217 | + |
| 1218 | + |
| 1219 | + |
| 1220 | + |
| 1221 | + |
| 1222 | + |
| 1223 | + |
| 1224 | + |
| 1225 | + |
| 1226 | + |
| 1227 | + |
| 1228 | + |
| 1229 | + |
| 1230 | + |
| 1231 | + |
| 1232 | + |
| 1233 | + |
| 1234 | + |
| 1235 | + |
| 1236 | + |
| 1237 | + |
| 1238 | + |
| 1239 | + |
| 1240 | + |
| 1241 | + |
| 1242 | + |
| 1243 | + |
| 1244 | + |
| 1245 | + |
| 1246 | + |
| 1247 | + |
| 1248 | + |
| 1249 | + |
| 1250 | + |
| 1251 | + |
| 1252 | + |
| 1253 | + |
| 1254 | + |
| 1255 | + |
| 1256 | + |
| 1257 | + |
| 1258 | + |
| 1259 | + |
| 1260 | + |
| 1261 | + |
| 1262 | + |
| 1263 | + |
| 1264 | + |
| 1265 | + |
| 1266 | + |
| 1267 | + |
| 1268 | + |
| 1269 | + |
| 1270 | + |
| 1271 | + |
| 1272 | + |
| 1273 | + |
| 1274 | + |
| 1275 | + |
| 1276 | + |
| 1277 | + |
| 1278 | + |
1199 | 1279 |
|
1200 | 1280 |
|
1201 | 1281 |
|
|
0 commit comments