Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocompletion of "(new Foo())->" does not work inside arrays. #9

Closed
ghost opened this issue Nov 3, 2015 · 0 comments
Closed

Autocompletion of "(new Foo())->" does not work inside arrays. #9

ghost opened this issue Nov 3, 2015 · 0 comments
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Nov 3, 2015

The following does not work:

$array = [
    (new Foo())-> // Fails.
];

This is probably due to retrieveSanitizedCallStackAt not properly stopping after the opening parenthesis. A unit test should be added to cover this case.

@ghost ghost added the bug label Nov 3, 2015
@ghost ghost self-assigned this Nov 3, 2015
@ghost ghost closed this as completed in 111f0da Nov 3, 2015
@ghost ghost added this to the 0.2.0 milestone Nov 7, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants