Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class RemoveAttributeProcessor implements ProcessorInterface |
||
15 | { |
||
16 | private string $name; |
||
17 | |||
18 | /** |
||
19 | * @param string $name Attribute to delete |
||
20 | */ |
||
21 | 1 | public function __construct(string $name) |
|
24 | } |
||
25 | |||
26 | 5 | public function __invoke(\DOMElement $svg, array $options = []): \DOMElement |
|
33 |