php-language-server
php-language-server copied to clipboard
Fixing build by setting stubs ver. to older ver.
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.
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.