Sets doc comment for the constant.
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; }