Commit 8e47989
File tree
4 files changed
+82
-0
lines changedFilter options
- src/Symfony/Component/Serializer
- Command
- Tests
- Command
- Dummy
4 files changed
+82
-0
lines changedsrc/Symfony/Component/Serializer/Command/DebugCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Command/DebugCommand.php+7
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
| 99 | + |
| 100 | + |
| 101 | + |
99 | 102 |
|
100 | 103 |
|
101 | 104 |
|
| ||
106 | 109 |
|
107 | 110 |
|
108 | 111 |
|
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
109 | 116 |
|
110 | 117 |
|
111 | 118 |
|
|
src/Symfony/Component/Serializer/Tests/Command/DebugCommandTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Command/DebugCommandTest.php+36
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| ||
79 | 80 |
|
80 | 81 |
|
81 | 82 |
|
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
82 | 118 |
|
83 | 119 |
|
84 | 120 |
|
|
src/Symfony/Component/Serializer/Tests/Dummy/DummyClassTwo.php
Copy file name to clipboard+16
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 | + |
src/Symfony/Component/Serializer/Tests/Dummy/DummyClassWithDiscriminatorMap.php
Copy file name to clipboard+23
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 | + |
0 commit comments