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 felixfbecker/php-language-server#475
Testing with: try { //... } catch (FirstException | SecondException $e) { //... } got "Variable name expected" error. Looks like it uses old version of PHP.
Testing with:
try { //... } catch (FirstException | SecondException $e) { //... }
got "Variable name expected" error. Looks like it uses old version of PHP.
http://php.net/manual/en/migration71.new-features.php#migration71.new-features.mulit-catch-exception-handling
The text was updated successfully, but these errors were encountered:
This is a duplicate of #103
Sorry, something went wrong.
Why did I not see that? I knew there was an issue. Thanks.
roblourens
No branches or pull requests
From felixfbecker/php-language-server#475
http://php.net/manual/en/migration71.new-features.php#migration71.new-features.mulit-catch-exception-handling
The text was updated successfully, but these errors were encountered: