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