Facebook\HHAPIDoc\DocBlock\DocBlock::getSummary()

Get the summary of the item being documented

public function getSummary(): ?string;

This is the content of the doccomment until the first empty line or period.

In the future, this may parse the doccomment as markdown, and return the content until the first empty line or plain text period.

Returns