Comment changes ----- setAttribute('comments', []); ----- getComments(); $comments[] = new Comment("// foo"); $stmts[1]->setAttribute('comments', $comments); -----