PhpDoc
PhpDoc copied to clipboard
Auto complete won't work with '{}' as default parameter value
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 {}.