Sets trailing comments array
Comment[] $comments Comments array:
$this
Overrides Node::setTrailingComments
public function setTrailingComments($comments) { //Comments cannot be attached to other comments return $this; }