HvyIndustries / crane

PHP Intellisense/code-completion for VS Code
https://hvy.io/crane
Other
240 stars 25 forks source link

Does not understand php 7.1 multiple-catch exceptions #361

Closed luispabon closed 6 years ago

luispabon commented 6 years ago

Platform : linux VSCode Version : 1.16.1 Crane Version : 0.3.8

Looks like crane gets its panties in a bunch with php 7.1's multi-catch exception handling

image

See approved RFC: https://wiki.php.net/rfc/multiple-catch

nevadascout commented 6 years ago

These errors are not from Crane, but likely from a php linter. Do you have one installed?