marlonfan / coc-phpls

🐭 php language server for coc.nvim
MIT License
211 stars 17 forks source link

Update intelephense to 1.8.x #106

Closed radmen closed 2 years ago

radmen commented 2 years ago

Bumped version of intelephense to 1.8.

:point_right: List of changes

radmen commented 2 years ago

@marlonfan Intelephense bumped the default php version to 8.1.0. Should I do the same for this PR? I'm not sure if that change could introduce any BC issues.

dvlpr91 commented 2 years ago

This should raise the intelephense version to 1.8.

An error message appears in the syntax where there is no problem, such as enum.

dvlpr91 commented 2 years ago

@marlonfan Please review.

marlonfan commented 2 years ago

LGTM, Thank for this pr.