Commit 877fba3
File tree
114 files changed
+795
-911
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Compiler
- Resources/config
- Tests/Functional/app/JsonEncoder
- Dto
- Component/JsonEncoder
- Attribute
- Decode
- Denormalizer
- Encode
- Normalizer
- Mapping
- Decode
- Encode
- Tests
- Attribute
- Decode
- Denormalizer
- Encode
- Normalizer
- Fixtures
- Attribute
- Denormalizer
- Model
- Normalizer
- ValueTransformer
- decoder
- encoder
- Mapping
- Decode
- Encode
- ValueTransformer
- ValueTransformer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
114 files changed
+795
-911
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
57 | 56 |
|
58 |
| - |
| 57 | + |
59 | 58 |
|
60 | 59 |
|
61 | 60 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+3-8
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
106 | 102 |
|
| 103 | + |
107 | 104 |
|
108 | 105 |
|
109 | 106 |
|
| ||
2012 | 2009 |
|
2013 | 2010 |
|
2014 | 2011 |
|
2015 |
| - |
2016 |
| - |
2017 |
| - |
2018 |
| - |
| 2012 | + |
| 2013 | + |
2019 | 2014 |
|
2020 | 2015 |
|
2021 | 2016 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/json_encoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/json_encoder.php+10-13
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 |
| - |
18 | 16 |
|
19 | 17 |
|
20 | 18 |
|
| ||
23 | 21 |
|
24 | 22 |
|
25 | 23 |
|
| 24 | + |
26 | 25 |
|
27 | 26 |
|
28 | 27 |
|
29 | 28 |
|
30 | 29 |
|
31 | 30 |
|
32 |
| - |
| 31 | + |
33 | 32 |
|
34 | 33 |
|
35 | 34 |
|
36 | 35 |
|
37 | 36 |
|
38 |
| - |
| 37 | + |
39 | 38 |
|
40 | 39 |
|
41 | 40 |
|
| ||
63 | 62 |
|
64 | 63 |
|
65 | 64 |
|
66 |
| - |
| 65 | + |
67 | 66 |
|
68 | 67 |
|
69 | 68 |
|
| ||
86 | 85 |
|
87 | 86 |
|
88 | 87 |
|
89 |
| - |
| 88 | + |
90 | 89 |
|
91 | 90 |
|
92 | 91 |
|
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
| 92 | + |
| 93 | + |
97 | 94 |
|
98 | 95 |
|
99 | 96 |
|
100 |
| - |
101 |
| - |
| 97 | + |
| 98 | + |
102 | 99 |
|
103 | 100 |
|
104 | 101 |
|
105 |
| - |
| 102 | + |
106 | 103 |
|
107 | 104 |
|
108 | 105 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/JsonEncoder/Dto/Dummy.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/JsonEncoder/Dto/Dummy.php+4-7
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
| 14 | + |
16 | 15 |
|
17 |
| - |
| 16 | + |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
24 | 23 |
|
25 |
| - |
26 |
| - |
| 24 | + |
27 | 25 |
|
28 | 26 |
|
29 |
| - |
30 |
| - |
| 27 | + |
31 | 28 |
|
32 | 29 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/JsonEncoder/RangeNormalizer.php renamed to src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/JsonEncoder/RangeValueTransformer.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/JsonEncoder/RangeValueTransformer.php+7-8
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
| 14 | + |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
22 |
| - |
| 21 | + |
23 | 22 |
|
24 |
| - |
| 23 | + |
25 | 24 |
|
26 |
| - |
| 25 | + |
27 | 26 |
|
28 | 27 |
|
29 |
| - |
| 28 | + |
30 | 29 |
|
31 |
| - |
| 30 | + |
32 | 31 |
|
33 | 32 |
|
34 |
| - |
| 33 | + |
35 | 34 |
|
36 | 35 |
|
37 | 36 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/JsonEncoder/config.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/JsonEncoder/config.yml+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
src/Symfony/Component/JsonEncoder/Attribute/Denormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Attribute/Denormalizer.php-43
This file was deleted.
src/Symfony/Component/JsonEncoder/Attribute/Normalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Attribute/Normalizer.php-43
This file was deleted.
src/Symfony/Component/JsonEncoder/Attribute/ValueTransformer.php
Copy file name to clipboard+65
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
src/Symfony/Component/JsonEncoder/Decode/DecoderGenerator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Decode/DecoderGenerator.php+5-5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
143 | 143 |
|
144 | 144 |
|
145 | 145 |
|
146 | 146 |
|
147 | 147 |
|
148 |
| - |
| 148 | + |
149 | 149 |
|
150 | 150 |
|
151 | 151 |
|
|
src/Symfony/Component/JsonEncoder/Decode/Denormalizer/DenormalizerInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Decode/Denormalizer/DenormalizerInterface.php-31
This file was deleted.
0 commit comments