| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | final class GithubCommitRenderer implements NodeRendererInterface, XmlNodeRendererInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @param GithubCommit $node |
||
| 19 | * |
||
| 20 | * {@inheritDoc} |
||
| 21 | * |
||
| 22 | * @psalm-suppress MoreSpecificImplementedParamType |
||
| 23 | */ |
||
| 24 | public function render(Node $node, ChildNodeRendererInterface $childRenderer): Stringable |
||
| 31 | } |
||
| 32 | |||
| 33 | public function getXmlTagName(Node $node): string |
||
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * {@inheritDoc} |
||
| 40 | */ |
||
| 41 | public function getXmlAttributes(Node $node): array |
||
| 46 |