Commit 38747ae
File tree
Expand file treeCollapse file tree
4 files changed
+37
-2
lines changedFilter options
- src/Symfony/Component/Serializer
- Mapping
- Tests
- Fixtures
Expand file treeCollapse file tree
4 files changed
+37
-2
lines changedsrc/Symfony/Component/Serializer/Mapping/ClassDiscriminatorFromClassMetadata.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorFromClassMetadata.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
| 68 | + |
| 69 | + |
| 70 | + |
69 | 71 |
|
70 | 72 |
|
71 | 73 |
|
|
src/Symfony/Component/Serializer/Tests/Fixtures/DummyMessageInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Fixtures/DummyMessageInterface.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
|
src/Symfony/Component/Serializer/Tests/Fixtures/DummyMessageNumberThree.php
Copy file name to clipboard+19Lines changed: 19 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 | + |
src/Symfony/Component/Serializer/Tests/SerializerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/SerializerTest.php+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
| 57 | + |
57 | 58 |
|
58 | 59 |
|
59 | 60 |
|
| ||
485 | 486 |
|
486 | 487 |
|
487 | 488 |
|
| 489 | + |
| 490 | + |
| 491 | + |
| 492 | + |
| 493 | + |
| 494 | + |
| 495 | + |
| 496 | + |
| 497 | + |
| 498 | + |
| 499 | + |
| 500 | + |
488 | 501 |
|
489 | 502 |
|
490 | 503 |
|
|
0 commit comments