Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | trait SvgTrait |
||
17 | { |
||
18 | protected \DOMElement $svg; |
||
19 | |||
20 | 4 | public function getElement(): \DOMElement |
|
23 | } |
||
24 | |||
25 | /** |
||
26 | * @deprecated since ocubom/twig-svg-extension 1.1, use __toString instead |
||
27 | * |
||
28 | * @codeCoverageIgnore |
||
29 | */ |
||
30 | public function render(): string |
||
35 | } |
||
36 | |||
37 | 2 | public function __toString(): string |
|
42 |