Return signatures include bracket and spaces
phatsk opened this issue · 1 comments
phatsk commented
Example:
public function is_ready() : bool {Will generate the following return doc:
/**
* @return bool {
*/I'm working on a PR to resolve this now.
phatsk commented
Closing - sorry, I just saw that PhpDocAll was defined in this plugin but not that it called from a different plugin.