File tree
Expand file treeCollapse file tree
16 files changed
+32
-50
lines changedFilter options
- .github
- src/Symfony/Component/Serializer
- Encoder
- Tests/Encoder
Expand file treeCollapse file tree
16 files changed
+32
-50
lines changed.github/expected-missing-return-types.diff
Copy file name to clipboardExpand all lines: .github/expected-missing-return-types.diff+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
899 | 899 |
|
900 | 900 |
|
901 | 901 |
|
902 |
| - |
| 902 | + |
903 | 903 |
|
904 | 904 |
|
905 |
| - |
906 |
| - |
| 905 | + |
| 906 | + |
907 | 907 |
|
908 | 908 |
|
909 | 909 |
|
|
src/Symfony/Component/Serializer/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/CHANGELOG.md-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
13 |
| - |
14 | 12 |
|
15 | 13 |
|
16 | 14 |
|
|
src/Symfony/Component/Serializer/Encoder/ChainDecoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Encoder/ChainDecoder.php+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
| 70 | + |
70 | 71 |
|
| 72 | + |
71 | 73 |
|
72 |
| - |
| 74 | + |
| 75 | + |
| 76 | + |
73 | 77 |
|
74 | 78 |
|
75 | 79 |
|
|
src/Symfony/Component/Serializer/Encoder/ChainEncoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Encoder/ChainEncoder.php+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
| 93 | + |
93 | 94 |
|
| 95 | + |
94 | 96 |
|
95 |
| - |
| 97 | + |
| 98 | + |
| 99 | + |
96 | 100 |
|
97 | 101 |
|
98 | 102 |
|
|
src/Symfony/Component/Serializer/Encoder/ContextAwareDecoderInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Encoder/ContextAwareDecoderInterface.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 |
| - |
20 | 18 |
|
21 | 19 |
|
22 | 20 |
|
|
src/Symfony/Component/Serializer/Encoder/ContextAwareEncoderInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Encoder/ContextAwareEncoderInterface.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 |
| - |
20 | 18 |
|
21 | 19 |
|
22 | 20 |
|
|
src/Symfony/Component/Serializer/Encoder/CsvEncoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Encoder/CsvEncoder.php+2-6Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
127 |
| - |
128 |
| - |
129 | 127 |
|
130 |
| - |
| 128 | + |
131 | 129 |
|
132 | 130 |
|
133 | 131 |
|
| ||
212 | 210 |
|
213 | 211 |
|
214 | 212 |
|
215 |
| - |
216 |
| - |
217 | 213 |
|
218 |
| - |
| 214 | + |
219 | 215 |
|
220 | 216 |
|
221 | 217 |
|
|
src/Symfony/Component/Serializer/Encoder/DecoderInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Encoder/DecoderInterface.php+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
43 |
| - |
| 42 | + |
44 | 43 |
|
45 | 44 |
|
46 | 45 |
|
47 |
| - |
| 46 | + |
48 | 47 |
|
src/Symfony/Component/Serializer/Encoder/EncoderInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Encoder/EncoderInterface.php+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
36 |
| - |
| 35 | + |
37 | 36 |
|
38 |
| - |
| 37 | + |
39 | 38 |
|
src/Symfony/Component/Serializer/Encoder/JsonDecode.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Encoder/JsonDecode.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
99 |
| - |
100 | 98 |
|
101 |
| - |
| 99 | + |
102 | 100 |
|
103 | 101 |
|
104 | 102 |
|
|
0 commit comments