Commit 91c69c6
File tree
4 files changed
+65
-17
lines changedFilter options
- src/Symfony/Component/Serializer
- Mapping
- Normalizer
4 files changed
+65
-17
lines changedsrc/Symfony/Component/Serializer/Mapping/ClassDiscriminatorMapping.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorMapping.php+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
23 | 27 |
|
24 | 28 |
|
25 | 29 |
|
| ||
28 | 32 |
|
29 | 33 |
|
30 | 34 |
|
31 |
| - |
| 35 | + |
32 | 36 |
|
33 | 37 |
|
34 | 38 |
|
| ||
38 | 42 |
|
39 | 43 |
|
40 | 44 |
|
41 |
| - |
| 45 | + |
42 | 46 |
|
43 | 47 |
|
44 | 48 |
|
| ||
66 | 70 |
|
67 | 71 |
|
68 | 72 |
|
69 |
| - |
| 73 | + |
70 | 74 |
|
71 | 75 |
|
72 | 76 |
|
|
src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorResolver.php+13-11Lines changed: 13 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
17 |
| - |
| 19 | + |
18 | 20 |
|
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
24 |
| - |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
25 | 31 |
|
26 | 32 |
|
27 |
| - |
| 33 | + |
28 | 34 |
|
29 | 35 |
|
30 | 36 |
|
31 | 37 |
|
32 | 38 |
|
33 | 39 |
|
34 |
| - |
| 40 | + |
35 | 41 |
|
36 |
| - |
| 42 | + |
37 | 43 |
|
38 | 44 |
|
39 | 45 |
|
| ||
43 | 49 |
|
44 | 50 |
|
45 | 51 |
|
46 |
| - |
47 |
| - |
48 |
| - |
| 52 | + |
49 | 53 |
|
50 | 54 |
|
51 | 55 |
|
| ||
59 | 63 |
|
60 | 64 |
|
61 | 65 |
|
62 |
| - |
63 |
| - |
64 |
| - |
| 66 | + |
65 | 67 |
|
66 | 68 |
|
67 | 69 |
|
|
src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorResolverInterface.php
Copy file name to clipboard+41Lines changed: 41 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 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
src/Symfony/Component/Serializer/Normalizer/ObjectNormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/ObjectNormalizer.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| ||
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
36 |
| - |
| 37 | + |
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
40 |
| - |
| 41 | + |
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
|
0 commit comments