Total Complexity | 4 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php declare(strict_types = 1); |
||
13 | final class SharedStrings extends AbstractXMLDictionary |
||
14 | { |
||
15 | private const INDEX = 'si'; |
||
16 | private const VALUE = 't'; |
||
17 | |||
18 | private int $currentIndex = -1; |
||
19 | |||
20 | protected function readNext(): void |
||
32 | } |
||
33 | |||
34 | private function process(XMLReader $xml): void |
||
43 |