File tree
15 files changed
+344
-27
lines changedFilter options
- src/Symfony/Component
- PropertyAccess
- Tests
- Serializer
- Context
- Exception
- Normalizer
- Tests
- Context
- Fixtures
15 files changed
+344
-27
lines changed+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
| 93 | + |
93 | 94 |
|
94 | 95 |
|
95 | 96 |
|
|
src/Symfony/Component/PropertyAccess/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/CHANGELOG.md+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
|
src/Symfony/Component/PropertyAccess/PropertyPath.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/PropertyPath.php+29
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
203 | 203 |
|
204 | 204 |
|
205 | 205 |
|
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
206 | 235 |
|
src/Symfony/Component/PropertyAccess/Tests/PropertyPathTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/Tests/PropertyPathTest.php+20
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
170 | 170 |
|
171 | 171 |
|
172 | 172 |
|
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
173 | 193 |
|
src/Symfony/Component/Serializer/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/CHANGELOG.md+2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
|
src/Symfony/Component/Serializer/Context/SerializerContextBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Context/SerializerContextBuilder.php+6
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
39 | 45 |
|
src/Symfony/Component/Serializer/Exception/PartialDenormalizationException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Exception/PartialDenormalizationException.php+34-5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 |
| - |
| 19 | + |
21 | 20 |
|
22 |
| - |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
23 | 29 |
|
24 | 30 |
|
25 |
| - |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
26 | 39 |
|
27 | 40 |
|
28 | 41 |
|
29 | 42 |
|
30 | 43 |
|
31 | 44 |
|
32 | 45 |
|
| 46 | + |
| 47 | + |
| 48 | + |
33 | 49 |
|
34 | 50 |
|
35 |
| - |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
36 | 65 |
|
37 | 66 |
|
src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php+2-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
505 | 506 |
|
506 | 507 |
|
507 | 508 |
|
508 |
| - |
| 509 | + |
509 | 510 |
|
510 | 511 |
|
511 | 512 |
|
|
src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php+9-4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
225 | 226 |
|
226 | 227 |
|
227 | 228 |
|
228 |
| - |
| 229 | + |
229 | 230 |
|
230 | 231 |
|
231 | 232 |
|
232 | 233 |
|
233 |
| - |
| 234 | + |
234 | 235 |
|
235 | 236 |
|
236 | 237 |
|
| ||
378 | 379 |
|
379 | 380 |
|
380 | 381 |
|
381 |
| - |
382 |
| - |
| 382 | + |
| 383 | + |
| 384 | + |
| 385 | + |
| 386 | + |
| 387 | + |
383 | 388 |
|
384 | 389 |
|
385 | 390 |
|
|
src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php+2-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
47 | 48 |
|
48 | 49 |
|
49 | 50 |
|
50 |
| - |
| 51 | + |
51 | 52 |
|
52 | 53 |
|
53 | 54 |
|
|
src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php+8
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
| 28 | + |
| 29 | + |
27 | 30 |
|
28 | 31 |
|
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
29 | 37 |
|
30 | 38 |
|
31 | 39 |
|
|
src/Symfony/Component/Serializer/Serializer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Serializer.php+17-9
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
212 | 212 |
|
213 | 213 |
|
214 | 214 |
|
215 |
| - |
216 |
| - |
| 215 | + |
| 216 | + |
217 | 217 |
|
218 |
| - |
219 |
| - |
220 |
| - |
221 |
| - |
222 |
| - |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
223 | 230 |
|
224 |
| - |
| 231 | + |
| 232 | + |
225 | 233 |
|
226 | 234 |
|
227 |
| - |
| 235 | + |
228 | 236 |
|
229 | 237 |
|
230 | 238 |
|
|
src/Symfony/Component/Serializer/Tests/Context/SerializerContextBuilderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Context/SerializerContextBuilderTest.php+4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
| 42 | + |
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
| ||
51 | 53 |
|
52 | 54 |
|
53 | 55 |
|
| 56 | + |
54 | 57 |
|
55 | 58 |
|
56 | 59 |
|
57 | 60 |
|
58 | 61 |
|
| 62 | + |
59 | 63 |
|
60 | 64 |
|
61 | 65 |
|
src/Symfony/Component/Serializer/Tests/Fixtures/Php74Full.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Fixtures/Php74Full.php+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| 36 | + |
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
|
0 commit comments