| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | final class DocumentRenderer implements NodeRendererInterface |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * @param Document $node |
||
| 28 | * |
||
| 29 | * @return string |
||
| 30 | * |
||
| 31 | * {@inheritdoc} |
||
| 32 | * |
||
| 33 | * @psalm-suppress MoreSpecificImplementedParamType |
||
| 34 | */ |
||
| 35 | 2985 | public function render(Node $node, ChildNodeRendererInterface $childRenderer): string |
|
| 46 |