Facebook\HHAPIDoc\DocBlock\DocBlock::getReturnInfo()

Get the return information for a function

public function getReturnInfo(): vec<Facebook\HHAPIDoc\DocBlock\ReturnInfo>;

There may be multiple ReturnInfo results, if there are multiple @return tags in the docblock.

Returns