File tree
Expand file treeCollapse file tree
13 files changed
+147
-97
lines changedFilter options
- src/Symfony
- Bridge/Twig/Tests/Extension
- Component/VarDumper
- Caster
- Cloner
- Dumper
- Tests
Expand file treeCollapse file tree
13 files changed
+147
-97
lines changedsrc/Symfony/Bridge/Twig/Tests/Extension/DumpExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Extension/DumpExtensionTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
| 100 | + |
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
|
src/Symfony/Component/VarDumper/Caster/CasterStub.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Caster/CasterStub.php+5-8Lines changed: 5 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 |
| - |
26 | 25 |
|
27 | 26 |
|
28 | 27 |
|
| ||
47 | 46 |
|
48 | 47 |
|
49 | 48 |
|
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
56 | 53 |
|
57 | 54 |
|
58 | 55 |
|
|
src/Symfony/Component/VarDumper/Caster/ConstStub.php
Copy file name to clipboard+27Lines changed: 27 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 | + |
src/Symfony/Component/VarDumper/Caster/DOMCaster.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Caster/DOMCaster.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 |
| - |
| 67 | + |
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
97 |
| - |
| 97 | + |
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
| ||
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
123 |
| - |
| 123 | + |
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
|
src/Symfony/Component/VarDumper/Caster/ExceptionCaster.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Caster/ExceptionCaster.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 |
| - |
| 64 | + |
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
|
src/Symfony/Component/VarDumper/Caster/PdoCaster.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Caster/PdoCaster.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
| 75 | + |
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
|
src/Symfony/Component/VarDumper/Caster/SplCaster.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Caster/SplCaster.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
| 75 | + |
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
|
src/Symfony/Component/VarDumper/Cloner/Data.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Cloner/Data.php+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
97 | 102 |
|
98 | 103 |
|
99 | 104 |
|
| ||
142 | 147 |
|
143 | 148 |
|
144 | 149 |
|
| 150 | + |
| 151 | + |
145 | 152 |
|
146 | 153 |
|
147 | 154 |
|
|
src/Symfony/Component/VarDumper/Cloner/DumperInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Cloner/DumperInterface.php+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
40 | 49 |
|
41 | 50 |
|
42 | 51 |
|
|
src/Symfony/Component/VarDumper/Cloner/Stub.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Cloner/Stub.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
|
src/Symfony/Component/VarDumper/Dumper/CliDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Dumper/CliDumper.php+50-45Lines changed: 50 additions & 45 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
| 44 | + |
51 | 45 |
|
52 | 46 |
|
53 | 47 |
|
| ||
84 | 78 |
|
85 | 79 |
|
86 | 80 |
|
87 |
| - |
| 81 | + |
88 | 82 |
|
89 |
| - |
90 |
| - |
91 |
| - |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
92 | 87 |
|
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
| ||
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
106 |
| - |
107 |
| - |
108 |
| - |
| 106 | + |
| 107 | + |
| 108 | + |
109 | 109 |
|
110 |
| - |
111 |
| - |
112 |
| - |
| 110 | + |
| 111 | + |
| 112 | + |
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
118 | 118 |
|
119 |
| - |
| 119 | + |
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
123 |
| - |
| 123 | + |
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
127 |
| - |
| 127 | + |
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
| ||
140 | 140 |
|
141 | 141 |
|
142 | 142 |
|
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
143 | 147 |
|
144 | 148 |
|
145 | 149 |
|
| ||
164 | 168 |
|
165 | 169 |
|
166 | 170 |
|
167 |
| - |
| 171 | + |
168 | 172 |
|
169 | 173 |
|
170 | 174 |
|
| ||
204 | 208 |
|
205 | 209 |
|
206 | 210 |
|
207 |
| - |
| 211 | + |
208 | 212 |
|
209 |
| - |
| 213 | + |
210 | 214 |
|
211 | 215 |
|
212 | 216 |
|
213 |
| - |
| 217 | + |
214 | 218 |
|
215 | 219 |
|
216 | 220 |
|
| ||
258 | 262 |
|
259 | 263 |
|
260 | 264 |
|
261 |
| - |
| 265 | + |
| 266 | + |
262 | 267 |
|
263 | 268 |
|
264 | 269 |
|
| ||
284 | 289 |
|
285 | 290 |
|
286 | 291 |
|
287 |
| - |
| 292 | + |
| 293 | + |
288 | 294 |
|
289 | 295 |
|
290 | 296 |
|
291 | 297 |
|
292 |
| - |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
293 | 302 |
|
294 | 303 |
|
295 |
| - |
| 304 | + |
296 | 305 |
|
297 | 306 |
|
298 |
| - |
| 307 | + |
299 | 308 |
|
300 | 309 |
|
301 | 310 |
|
302 | 311 |
|
303 | 312 |
|
304 |
| - |
| 313 | + |
305 | 314 |
|
306 | 315 |
|
307 | 316 |
|
| ||
310 | 319 |
|
311 | 320 |
|
312 | 321 |
|
313 |
| - |
| 322 | + |
| 323 | + |
314 | 324 |
|
315 | 325 |
|
316 | 326 |
|
317 |
| - |
| 327 | + |
318 | 328 |
|
319 | 329 |
|
320 | 330 |
|
321 | 331 |
|
322 | 332 |
|
323 |
| - |
324 |
| - |
| 333 | + |
| 334 | + |
325 | 335 |
|
326 | 336 |
|
327 |
| - |
328 |
| - |
329 |
| - |
330 |
| - |
331 |
| - |
332 |
| - |
333 |
| - |
334 |
| - |
335 |
| - |
336 |
| - |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
337 | 342 |
|
338 |
| - |
| 343 | + |
339 | 344 |
|
340 | 345 |
|
341 | 346 |
|
|
0 commit comments