Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class RemoveInterElementWhitespace extends AbstractNormalization |
||
16 | { |
||
17 | /** |
||
18 | * {@inheritdoc} |
||
19 | */ |
||
20 | protected array $queries = ['//text()[normalize-space() = ""][. != " "][not(parent::xsl:text)]']; |
||
21 | |||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | protected function normalizeText(DOMText $node) |
||
28 | } |
||
29 | } |