We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From @roblourens on June 9, 2017 18:17
From new parser, #357
class Foo { public function bar() { new Foo; // No error new self; // No error new static(); // No error new static; // Error } }
Copied from original issue: felixfbecker/php-language-server#387
The text was updated successfully, but these errors were encountered:
c993bc6
Merge pull request #149 from Microsoft/newStaticError
f536fc6
Fix #148 - parse `new static` without errors
No branches or pull requests
From @roblourens on June 9, 2017 18:17
From new parser, #357
Copied from original issue: felixfbecker/php-language-server#387
The text was updated successfully, but these errors were encountered: