Skip to content

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

@Tagirijus

Description

@Tagirijus

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions