File tree
6 files changed
+72
-15
lines changedFilter options
- src/Symfony/Component/VarDumper
- Caster
- Cloner
- Dumper
6 files changed
+72
-15
lines changedsrc/Symfony/Component/VarDumper/Caster/ExceptionCaster.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Caster/ExceptionCaster.php+16-6Lines changed: 16 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
| 130 | + |
130 | 131 |
|
131 | 132 |
|
132 | 133 |
|
| ||
145 | 146 |
|
146 | 147 |
|
147 | 148 |
|
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
148 | 156 |
|
149 | 157 |
|
150 | 158 |
|
| ||
162 | 170 |
|
163 | 171 |
|
164 | 172 |
|
165 |
| - |
| 173 | + |
166 | 174 |
|
167 | 175 |
|
168 | 176 |
|
| ||
197 | 205 |
|
198 | 206 |
|
199 | 207 |
|
200 |
| - |
201 |
| - |
202 |
| - |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
203 | 212 |
|
204 | 213 |
|
205 | 214 |
|
| ||
226 | 235 |
|
227 | 236 |
|
228 | 237 |
|
229 |
| - |
| 238 | + |
| 239 | + |
230 | 240 |
|
231 | 241 |
|
232 | 242 |
|
| ||
329 | 339 |
|
330 | 340 |
|
331 | 341 |
|
332 |
| - |
| 342 | + |
333 | 343 |
|
334 | 344 |
|
335 | 345 |
|
|
src/Symfony/Component/VarDumper/Caster/LinkStub.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Caster/LinkStub.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
| 22 | + |
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
| ||
50 | 52 |
|
51 | 53 |
|
52 | 54 |
|
53 |
| - |
| 55 | + |
54 | 56 |
|
55 | 57 |
|
56 |
| - |
| 58 | + |
57 | 59 |
|
58 | 60 |
|
59 | 61 |
|
|
src/Symfony/Component/VarDumper/Cloner/Cursor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Cloner/Cursor.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| 42 | + |
42 | 43 |
|
src/Symfony/Component/VarDumper/Cloner/Data.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Cloner/Data.php+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
355 | 355 |
|
356 | 356 |
|
357 | 357 |
|
358 |
| - |
| 358 | + |
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
359 | 364 |
|
360 | 365 |
|
361 | 366 |
|
| 367 | + |
362 | 368 |
|
363 | 369 |
|
364 | 370 |
|
|
src/Symfony/Component/VarDumper/Dumper/CliDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Dumper/CliDumper.php+29-1Lines changed: 29 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| 54 | + |
| 55 | + |
| 56 | + |
54 | 57 |
|
55 | 58 |
|
56 | 59 |
|
| ||
253 | 256 |
|
254 | 257 |
|
255 | 258 |
|
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
256 | 264 |
|
257 | 265 |
|
258 | 266 |
|
| ||
368 | 376 |
|
369 | 377 |
|
370 | 378 |
|
371 |
| - |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
| 384 | + |
| 385 | + |
| 386 | + |
| 387 | + |
372 | 388 |
|
373 | 389 |
|
374 | 390 |
|
| ||
397 | 413 |
|
398 | 414 |
|
399 | 415 |
|
| 416 | + |
| 417 | + |
| 418 | + |
| 419 | + |
| 420 | + |
| 421 | + |
| 422 | + |
| 423 | + |
| 424 | + |
| 425 | + |
| 426 | + |
| 427 | + |
400 | 428 |
|
401 | 429 |
|
402 | 430 |
|
|
src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php+15-5Lines changed: 15 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
366 | 366 |
|
367 | 367 |
|
368 | 368 |
|
369 |
| - |
370 | 369 |
|
371 | 370 |
|
372 | 371 |
|
| ||
383 | 382 |
|
384 | 383 |
|
385 | 384 |
|
386 |
| - |
| 385 | + |
| 386 | + |
387 | 387 |
|
388 | 388 |
|
389 | 389 |
|
| ||
728 | 728 |
|
729 | 729 |
|
730 | 730 |
|
| 731 | + |
| 732 | + |
| 733 | + |
| 734 | + |
| 735 | + |
| 736 | + |
| 737 | + |
| 738 | + |
| 739 | + |
| 740 | + |
731 | 741 |
|
| 742 | + |
732 | 743 |
|
733 | 744 |
|
734 | 745 |
|
735 | 746 |
|
736 |
| - |
737 |
| - |
738 |
| - |
| 747 | + |
739 | 748 |
|
| 749 | + |
740 | 750 |
|
741 | 751 |
|
742 | 752 |
|
|
0 commit comments