| Total Complexity | 6 |
| Total Lines | 44 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | final class Html5Util |
||
| 20 | { |
||
| 21 | // @codeCoverageIgnoreStart |
||
| 22 | private function __construct() |
||
| 24 | } |
||
| 25 | |||
| 26 | // @codeCoverageIgnoreEnd |
||
| 27 | |||
| 28 | 13 | public static function loadHtml(string $html, array $options = []): \DOMDocument |
|
| 45 | } |
||
| 46 | |||
| 47 | 8 | public static function toHtml(\DOMDocument $doc, array $options = []): string |
|
| 65 |