Total Complexity | 4 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | final class XmlRenderer extends ThrowableRenderer |
||
8 | { |
||
9 | public function render(\Throwable $t): string |
||
16 | } |
||
17 | |||
18 | public function renderVerbose(\Throwable $t): string |
||
30 | } |
||
31 | |||
32 | private function tag(string $name, string $value): string |
||
35 | } |
||
36 | |||
37 | private function cdata(string $value): string |
||
42 |