Commit c703b35
File tree
Expand file treeCollapse file tree
12 files changed
+19
-124
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Tests
- CacheWarmer
- DependencyInjection
- Component/Serializer
- Encoder
- Normalizer
Expand file treeCollapse file tree
12 files changed
+19
-124
lines changed+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
423 | 423 |
|
424 | 424 |
|
425 | 425 |
|
| 426 | + |
426 | 427 |
|
427 | 428 |
|
428 | 429 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php-16Lines changed: 0 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
96 |
| - |
97 |
| - |
98 |
| - |
99 | 96 |
|
100 | 97 |
|
101 | 98 |
|
| ||
1280 | 1277 |
|
1281 | 1278 |
|
1282 | 1279 |
|
1283 |
| - |
1284 |
| - |
1285 |
| - |
1286 |
| - |
1287 |
| - |
1288 |
| - |
1289 |
| - |
1290 |
| - |
1291 |
| - |
1292 |
| - |
1293 |
| - |
1294 |
| - |
1295 |
| - |
1296 | 1280 |
|
1297 | 1281 |
|
1298 | 1282 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/SerializerCacheWarmerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/SerializerCacheWarmerTest.php-9Lines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
24 | 23 |
|
25 | 24 |
|
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 | 25 |
|
31 | 26 |
|
32 | 27 |
|
| ||
48 | 43 |
|
49 | 44 |
|
50 | 45 |
|
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 | 46 |
|
56 | 47 |
|
57 | 48 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1033 | 1033 |
|
1034 | 1034 |
|
1035 | 1035 |
|
1036 |
| - |
1037 |
| - |
1038 |
| - |
1039 |
| - |
1040 | 1036 |
|
1041 | 1037 |
|
1042 | 1038 |
|
|
src/Symfony/Component/Serializer/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
|
src/Symfony/Component/Serializer/Encoder/JsonDecode.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Encoder/JsonDecode.php+1-15Lines changed: 1 addition & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
| 43 | + |
49 | 44 |
|
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 | 45 |
|
60 | 46 |
|
61 | 47 |
|
|
src/Symfony/Component/Serializer/Encoder/JsonEncode.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Encoder/JsonEncode.php+2-11Lines changed: 2 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
| 29 | + |
33 | 30 |
|
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
| 31 | + |
41 | 32 |
|
42 | 33 |
|
43 | 34 |
|
|
src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php+3-23Lines changed: 3 additions & 23 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
203 | 203 |
|
204 | 204 |
|
205 | 205 |
|
206 |
| - |
207 |
| - |
208 |
| - |
209 |
| - |
210 |
| - |
| 206 | + |
211 | 207 |
|
212 | 208 |
|
213 | 209 |
|
214 | 210 |
|
215 | 211 |
|
216 |
| - |
| 212 | + |
217 | 213 |
|
218 |
| - |
219 |
| - |
220 |
| - |
221 |
| - |
222 |
| - |
223 |
| - |
224 | 214 |
|
225 | 215 |
|
226 | 216 |
|
| ||
450 | 440 |
|
451 | 441 |
|
452 | 442 |
|
453 |
| - |
454 |
| - |
455 |
| - |
456 |
| - |
457 |
| - |
458 |
| - |
459 | 443 |
|
460 | 444 |
|
461 |
| - |
| 445 | + |
462 | 446 |
|
463 |
| - |
464 |
| - |
465 |
| - |
466 |
| - |
467 | 447 |
|
468 | 448 |
|
469 | 449 |
|
|
src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php+1-10Lines changed: 1 addition & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
540 | 540 |
|
541 | 541 |
|
542 | 542 |
|
543 |
| - |
544 |
| - |
545 | 543 |
|
546 |
| - |
| 544 | + |
547 | 545 |
|
548 |
| - |
549 |
| - |
550 |
| - |
551 |
| - |
552 |
| - |
553 |
| - |
554 |
| - |
555 | 546 |
|
556 | 547 |
|
557 | 548 |
|
|
src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php+7-21Lines changed: 7 additions & 21 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 |
| - |
17 | 15 |
|
18 | 16 |
|
19 | 17 |
|
| ||
38 | 36 |
|
39 | 37 |
|
40 | 38 |
|
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
| 39 | + |
45 | 40 |
|
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
| 41 | + |
| 42 | + |
57 | 43 |
|
58 | 44 |
|
59 | 45 |
|
| ||
112 | 98 |
|
113 | 99 |
|
114 | 100 |
|
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
115 | 105 |
|
116 | 106 |
|
117 | 107 |
|
| ||
154 | 144 |
|
155 | 145 |
|
156 | 146 |
|
157 |
| - |
158 |
| - |
159 |
| - |
160 |
| - |
161 | 147 |
|
162 | 148 |
|
163 | 149 |
|
|
src/Symfony/Component/Serializer/Serializer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Serializer.php+1-14Lines changed: 1 addition & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
| 59 | + |
65 | 60 |
|
66 | 61 |
|
67 | 62 |
|
| ||
220 | 215 |
|
221 | 216 |
|
222 | 217 |
|
223 |
| - |
224 |
| - |
225 |
| - |
226 |
| - |
227 | 218 |
|
228 | 219 |
|
229 | 220 |
|
| ||
263 | 254 |
|
264 | 255 |
|
265 | 256 |
|
266 |
| - |
267 |
| - |
268 |
| - |
269 |
| - |
270 | 257 |
|
271 | 258 |
|
272 | 259 |
|
|
src/Symfony/Component/Serializer/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/composer.json+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| ||
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
48 |
| - |
| 49 | + |
49 | 50 |
|
50 | 51 |
|
51 | 52 |
|
|
0 commit comments