PhpDoc icon indicating copy to clipboard operation
PhpDoc copied to clipboard

Auto complete won't work with '{}' as default parameter value

Open Tagirijus opened this issue 7 years ago • 0 comments

Hey there,

if I have such a function:

public function testFunction($val = '{}')
{
# code
}

Then the auto complete after the /** won't work anymore, while the default value for the parameter is {}.

Tagirijus avatar Apr 24 '18 11:04 Tagirijus