Commit 8627499
File tree
32 files changed
+20
-345
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/Resources/config
- Component/JsonEncoder
- CacheWarmer
- DataModel/Encode
- Encode
- Tests
- DataModel/Encode
- Encode
- Fixtures/encoder
32 files changed
+20
-345
lines changedsrc/Symfony/Bundle/FrameworkBundle/Resources/config/json_encoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/json_encoder.php-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
36 | 35 |
|
37 | 36 |
|
38 | 37 |
|
| ||
113 | 112 |
|
114 | 113 |
|
115 | 114 |
|
116 |
| - |
117 | 115 |
|
118 | 116 |
|
119 | 117 |
|
|
src/Symfony/Component/JsonEncoder/CacheWarmer/EncoderDecoderCacheWarmer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/CacheWarmer/EncoderDecoderCacheWarmer.php+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
45 | 44 |
|
46 | 45 |
|
47 |
| - |
| 46 | + |
48 | 47 |
|
49 | 48 |
|
50 | 49 |
|
|
src/Symfony/Component/JsonEncoder/DataModel/Encode/ObjectNode.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/DataModel/Encode/ObjectNode.php-6
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
34 | 33 |
|
35 | 34 |
|
36 | 35 |
|
| ||
51 | 50 |
|
52 | 51 |
|
53 | 52 |
|
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 | 53 |
|
src/Symfony/Component/JsonEncoder/Encode/EncoderGenerator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Encode/EncoderGenerator.php+3-17
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
35 | 34 |
|
36 | 35 |
|
37 | 36 |
|
| ||
57 | 56 |
|
58 | 57 |
|
59 | 58 |
|
60 |
| - |
61 |
| - |
62 |
| - |
63 | 59 |
|
64 | 60 |
|
65 | 61 |
|
66 |
| - |
67 | 62 |
|
68 | 63 |
|
69 | 64 |
|
| ||
79 | 74 |
|
80 | 75 |
|
81 | 76 |
|
82 |
| - |
| 77 | + |
83 | 78 |
|
84 | 79 |
|
85 | 80 |
|
| ||
110 | 105 |
|
111 | 106 |
|
112 | 107 |
|
113 |
| - |
| 108 | + |
114 | 109 |
|
115 | 110 |
|
116 | 111 |
|
| ||
142 | 137 |
|
143 | 138 |
|
144 | 139 |
|
145 |
| - |
146 | 140 |
|
147 | 141 |
|
148 | 142 |
|
| ||
152 | 146 |
|
153 | 147 |
|
154 | 148 |
|
155 |
| - |
156 |
| - |
157 |
| - |
158 |
| - |
159 |
| - |
160 |
| - |
161 | 149 |
|
162 | 150 |
|
163 | 151 |
|
164 | 152 |
|
165 | 153 |
|
166 | 154 |
|
167 |
| - |
168 |
| - |
169 | 155 |
|
170 | 156 |
|
171 | 157 |
|
| ||
190 | 176 |
|
191 | 177 |
|
192 | 178 |
|
193 |
| - |
| 179 | + |
194 | 180 |
|
195 | 181 |
|
196 | 182 |
|
|
src/Symfony/Component/JsonEncoder/Encode/PhpAstBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Encode/PhpAstBuilder.php+4-14
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
63 |
| - |
64 |
| - |
| 62 | + |
| 63 | + |
65 | 64 |
|
66 | 65 |
|
67 | 66 |
|
| ||
103 | 102 |
|
104 | 103 |
|
105 | 104 |
|
106 |
| - |
| 105 | + |
107 | 106 |
|
108 | 107 |
|
109 | 108 |
|
| ||
276 | 275 |
|
277 | 276 |
|
278 | 277 |
|
279 |
| - |
280 |
| - |
281 |
| - |
282 |
| - |
283 |
| - |
284 |
| - |
285 |
| - |
286 |
| - |
287 |
| - |
288 |
| - |
289 | 278 |
|
290 | 279 |
|
291 | 280 |
|
292 | 281 |
|
293 | 282 |
|
| 283 | + |
294 | 284 |
|
295 | 285 |
|
296 | 286 |
|
|
src/Symfony/Component/JsonEncoder/JsonEncoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/JsonEncoder.php+3-8
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 |
| - |
42 |
| - |
43 | 40 |
|
44 | 41 |
|
45 | 42 |
|
46 | 43 |
|
47 |
| - |
48 | 44 |
|
49 |
| - |
| 45 | + |
50 | 46 |
|
51 | 47 |
|
52 | 48 |
|
| ||
58 | 54 |
|
59 | 55 |
|
60 | 56 |
|
61 |
| - |
62 | 57 |
|
63 |
| - |
| 58 | + |
64 | 59 |
|
65 | 60 |
|
66 | 61 |
|
| ||
97 | 92 |
|
98 | 93 |
|
99 | 94 |
|
100 |
| - |
| 95 | + |
101 | 96 |
|
102 | 97 |
|
src/Symfony/Component/JsonEncoder/Tests/DataModel/Encode/CompositeNodeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Tests/DataModel/Encode/CompositeNodeTest.php+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
|
src/Symfony/Component/JsonEncoder/Tests/Encode/EncoderGeneratorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Tests/Encode/EncoderGeneratorTest.php+3-10
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
| 69 | + |
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 | 75 |
|
83 | 76 |
|
84 | 77 |
|
| ||
117 | 110 |
|
118 | 111 |
|
119 | 112 |
|
120 |
| - |
| 113 | + |
121 | 114 |
|
122 | 115 |
|
123 | 116 |
|
| ||
127 | 120 |
|
128 | 121 |
|
129 | 122 |
|
130 |
| - |
| 123 | + |
131 | 124 |
|
132 | 125 |
|
133 | 126 |
|
|
src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/backed_enum.stream.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/backed_enum.stream.php-5
This file was deleted.
src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/bool.stream.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/bool.stream.php-5
This file was deleted.
src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/bool_list.stream.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/bool_list.stream.php-12
This file was deleted.
src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/dict.stream.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/dict.stream.php-13
This file was deleted.
src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/iterable_dict.stream.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/iterable_dict.stream.php-13
This file was deleted.
src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/iterable_list.stream.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/iterable_list.stream.php-12
This file was deleted.
src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/list.stream.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/list.stream.php-12
This file was deleted.
src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/mixed.stream.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/mixed.stream.php-5
This file was deleted.
src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/null.stream.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/null.stream.php-5
This file was deleted.
src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/null_list.stream.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/null_list.stream.php-12
This file was deleted.
src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/nullable_backed_enum.stream.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/nullable_backed_enum.stream.php-11
This file was deleted.
src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/nullable_object.stream.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/JsonEncoder/Tests/Fixtures/encoder/nullable_object.stream.php-15
This file was deleted.
0 commit comments