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 `{}`.