getComments()) { $node->setAttribute( 'comments', array_map( /** * @return Comment */ fn(Comment $c): Comment => clone $c, $cs ) ); } return $node; } }