Sets doc comment for the declaration.
PhpParser\Comment\Doc|string $docComment Doc comment to set:
$this The builder instance (for fluid interface)
public function setDocComment($docComment) { $this->attributes['comments'] = [ BuilderHelpers::normalizeDocComment($docComment), ]; return $this; }