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