adoy/vim-php-refactoring-toolbox

Return signatures include bracket and spaces

phatsk opened this issue · 1 comments

Example:

public function is_ready() : bool {

Will generate the following return doc:

/**
 * @return  bool {
 */

I'm working on a PR to resolve this now.

Closing - sorry, I just saw that PhpDocAll was defined in this plugin but not that it called from a different plugin.