php-language-server icon indicating copy to clipboard operation
php-language-server copied to clipboard

Fixing build by setting stubs ver. to older ver.

Open CodyWilson opened this issue 4 years ago • 1 comments
trafficstars

phpstorm-stubs dev-master already had PHP8 features which are breaking the parser per #795. The simple solution for this is to force an older version of the stubs.

CodyWilson avatar Dec 07 '20 15:12 CodyWilson

As a note, the appveyor build failing appears to be due to updates to microsoft/tolerant-php-parser. Which also isn't really controlled well for versions, then again they're just sticking all changes in 0.0 and not iterating for anything that could be considered a breaking change.

CodyWilson avatar Dec 08 '20 02:12 CodyWilson