Commit 507d527
File tree
Expand file treeCollapse file tree
119 files changed
+838
-885
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Compiler
- Resources/config
- Tests/Functional/app/JsonEncoder
- Dto
- Component/JsonEncoder
- Attribute
- Decode
- Denormalizer
- Encode
- 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.
Expand file treeCollapse file tree
119 files changed
+838
-885
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-2Lines changed: 1 addition & 2 deletions
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 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+3-6Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
104 |
| - |
105 | 104 |
|
106 |
| - |
107 | 105 |
|
108 | 106 |
|
| 107 | + |
109 | 108 |
|
110 | 109 |
|
111 | 110 |
|
| ||
2027 | 2026 |
|
2028 | 2027 |
|
2029 | 2028 |
|
2030 |
| - |
2031 |
| - |
2032 |
| - |
2033 |
| - |
| 2029 | + |
| 2030 | + |
2034 | 2031 |
|
2035 | 2032 |
|
2036 | 2033 |
|
|
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+12-19Lines changed: 12 additions & 19 deletions
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 | + |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
| 66 | + |
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
| ||
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
89 |
| - |
| 89 | + |
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
106 | 99 |
|
107 | 100 |
|
108 | 101 |
|
|
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+5-7Lines changed: 5 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
| 14 | + |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
28 |
| - |
| 27 | + |
29 | 28 |
|
30 | 29 |
|
31 |
| - |
32 |
| - |
| 30 | + |
33 | 31 |
|
34 | 32 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/JsonEncoder/RangeToStringValueTransformer.php
Copy file name to clipboard+32Lines changed: 32 additions & 0 deletions
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 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/JsonEncoder/RangeNormalizer.php renamed to src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/JsonEncoder/StringToRangeValueTransformer.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/JsonEncoder/StringToRangeValueTransformer.php+5-11Lines changed: 5 additions & 11 deletions
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 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
| 28 | + |
35 | 29 |
|
36 | 30 |
|
37 | 31 |
|
|
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+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
| 27 | + |
src/Symfony/Component/JsonEncoder/Attribute/Denormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Attribute/Denormalizer.php-43Lines changed: 0 additions & 43 deletions
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-43Lines changed: 0 additions & 43 deletions
This file was deleted.
src/Symfony/Component/JsonEncoder/Attribute/ValueTransformer.php
Copy file name to clipboard+63Lines changed: 63 additions & 0 deletions
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 | + |
0 commit comments