Commit ec0474d
File tree
9 files changed
+30
-46
lines changedFilter options
- src/Symfony/Component/Serializer
- Mapping
- Normalizer
- Tests
- Annotation
- Fixtures
- Normalizer
9 files changed
+30
-46
lines changedsrc/Symfony/Component/Serializer/Mapping/AttributeMetadata.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Mapping/AttributeMetadata.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
294 | 294 |
|
295 | 295 |
|
296 | 296 |
|
297 |
| - |
| 297 | + |
298 | 298 |
|
299 | 299 |
|
300 | 300 |
|
| ||
305 | 305 |
|
306 | 306 |
|
307 | 307 |
|
308 |
| - |
| 308 | + |
309 | 309 |
|
310 | 310 |
|
311 | 311 |
|
| ||
336 | 336 |
|
337 | 337 |
|
338 | 338 |
|
339 |
| - |
340 |
| - |
| 339 | + |
| 340 | + |
341 | 341 |
|
342 | 342 |
|
343 | 343 |
|
|
src/Symfony/Component/Serializer/Normalizer/MetadataAwareNormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/MetadataAwareNormalizer.php+8-6Lines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
130 |
| - |
131 |
| - |
132 |
| - |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
133 | 134 |
|
134 |
| - |
135 |
| - |
| 135 | + |
| 136 | + |
| 137 | + |
136 | 138 |
|
137 | 139 |
|
138 | 140 |
|
| ||
216 | 218 |
|
217 | 219 |
|
218 | 220 |
|
219 |
| - |
| 221 | + |
220 | 222 |
|
221 | 223 |
|
222 | 224 |
|
|
src/Symfony/Component/Serializer/Tests/Annotation/AccessorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Annotation/AccessorTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
|
src/Symfony/Component/Serializer/Tests/Annotation/ExcludeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Annotation/ExcludeTest.php-8Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 | 21 |
|
30 | 22 |
|
31 | 23 |
|
|
src/Symfony/Component/Serializer/Tests/Annotation/ExposeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Annotation/ExposeTest.php-8Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 | 21 |
|
30 | 22 |
|
31 | 23 |
|
|
src/Symfony/Component/Serializer/Tests/Fixtures/AccessorDummy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Fixtures/AccessorDummy.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
src/Symfony/Component/Serializer/Tests/Fixtures/CompositionDummy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Fixtures/CompositionDummy.php+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
28 |
| - |
29 |
| - |
30 | 27 |
|
31 | 28 |
|
32 | 29 |
|
33 | 30 |
|
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
34 | 36 |
|
src/Symfony/Component/Serializer/Tests/Fixtures/ReadOnlyClassDummy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Fixtures/ReadOnlyClassDummy.php-6Lines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
14 |
| - |
15 |
| - |
16 | 13 |
|
17 | 14 |
|
18 | 15 |
|
19 | 16 |
|
20 |
| - |
21 |
| - |
22 |
| - |
23 | 17 |
|
24 | 18 |
|
25 | 19 |
|
|
src/Symfony/Component/Serializer/Tests/Normalizer/MetadataAwareNormalizerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Normalizer/MetadataAwareNormalizerTest.php+11-9Lines changed: 11 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
| 16 | + |
15 | 17 |
|
16 | 18 |
|
17 | 19 |
|
| ||
38 | 40 |
|
39 | 41 |
|
40 | 42 |
|
41 |
| - |
| 43 | + |
42 | 44 |
|
43 | 45 |
|
44 | 46 |
|
| ||
51 | 53 |
|
52 | 54 |
|
53 | 55 |
|
54 |
| - |
| 56 | + |
55 | 57 |
|
56 |
| - |
| 58 | + |
57 | 59 |
|
58 | 60 |
|
59 | 61 |
|
| ||
91 | 93 |
|
92 | 94 |
|
93 | 95 |
|
94 |
| - |
| 96 | + |
95 | 97 |
|
96 | 98 |
|
97 | 99 |
|
| ||
287 | 289 |
|
288 | 290 |
|
289 | 291 |
|
290 |
| - |
| 292 | + |
291 | 293 |
|
292 | 294 |
|
293 | 295 |
|
| ||
303 | 305 |
|
304 | 306 |
|
305 | 307 |
|
306 |
| - |
| 308 | + |
307 | 309 |
|
308 |
| - |
| 310 | + |
309 | 311 |
|
310 | 312 |
|
311 | 313 |
|
| ||
321 | 323 |
|
322 | 324 |
|
323 | 325 |
|
324 |
| - |
| 326 | + |
325 | 327 |
|
326 |
| - |
| 328 | + |
327 | 329 |
|
328 | 330 |
|
329 | 331 |
|
|
0 commit comments