| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | final class GithubCommitRenderer implements NodeRendererInterface, XmlNodeRendererInterface |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param GithubCommit $node |
||
| 15 | * |
||
| 16 | * {@inheritDoc} |
||
| 17 | * |
||
| 18 | * @psalm-suppress MoreSpecificImplementedParamType |
||
| 19 | */ |
||
| 20 | public function render(Node $node, ChildNodeRendererInterface $childRenderer): \Stringable |
||
| 27 | } |
||
| 28 | |||
| 29 | public function getXmlTagName(Node $node): string |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritDoc} |
||
| 36 | */ |
||
| 37 | public function getXmlAttributes(Node $node): array |
||
| 42 |