File tree
16 files changed
+32
-50
lines changedFilter options
- .github
- src/Symfony/Component/Serializer
- Encoder
- Tests/Encoder
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 |
|
|
src/Symfony/Component/Serializer/Encoder/JsonEncode.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Encoder/JsonEncode.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
61 |
| - |
62 | 60 |
|
63 |
| - |
| 61 | + |
64 | 62 |
|
65 | 63 |
|
66 | 64 |
|
|
src/Symfony/Component/Serializer/Encoder/JsonEncoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Encoder/JsonEncoder.php+2-6Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
51 |
| - |
52 | 50 |
|
53 |
| - |
| 51 | + |
54 | 52 |
|
55 | 53 |
|
56 | 54 |
|
57 | 55 |
|
58 | 56 |
|
59 | 57 |
|
60 |
| - |
61 |
| - |
62 | 58 |
|
63 |
| - |
| 59 | + |
64 | 60 |
|
65 | 61 |
|
66 | 62 |
|
|
src/Symfony/Component/Serializer/Encoder/XmlEncoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Encoder/XmlEncoder.php+2-6Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
166 | 166 |
|
167 | 167 |
|
168 | 168 |
|
169 |
| - |
170 |
| - |
171 | 169 |
|
172 |
| - |
| 170 | + |
173 | 171 |
|
174 | 172 |
|
175 | 173 |
|
176 | 174 |
|
177 | 175 |
|
178 | 176 |
|
179 |
| - |
180 |
| - |
181 | 177 |
|
182 |
| - |
| 178 | + |
183 | 179 |
|
184 | 180 |
|
185 | 181 |
|
|
src/Symfony/Component/Serializer/Encoder/YamlEncoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Encoder/YamlEncoder.php+2-6Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 |
| - |
71 |
| - |
72 | 70 |
|
73 |
| - |
| 71 | + |
74 | 72 |
|
75 | 73 |
|
76 | 74 |
|
| ||
87 | 85 |
|
88 | 86 |
|
89 | 87 |
|
90 |
| - |
91 |
| - |
92 | 88 |
|
93 |
| - |
| 89 | + |
94 | 90 |
|
95 | 91 |
|
96 | 92 |
|
|
src/Symfony/Component/Serializer/Tests/Encoder/ChainDecoderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Encoder/ChainDecoderTest.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
31 |
| - |
| 32 | + |
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
|
src/Symfony/Component/Serializer/Tests/Encoder/ChainEncoderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Encoder/ChainEncoderTest.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
33 |
| - |
| 34 | + |
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
| ||
106 | 107 |
|
107 | 108 |
|
108 | 109 |
|
109 |
| - |
| 110 | + |
110 | 111 |
|
111 | 112 |
|
112 | 113 |
|
|
0 commit comments