Breaking changes:
- Minimum version of PHP changed to 8.0. Phpactor will no longer run on PHP 7.4.
Features:
- [lsp] Generate mutator @Florian-Merle
Improvements:
- [wr] Fix inference of array subscript expressions #1961
Bug fixes:
- [lsp] Prevent race condition that makes old changes get analyzed after new changes #1974
- [cmp] Constant visibility not taken into account for completion #1979 @przepompownia
- [rn] Fix crash on rename interface #1982 @nataneb32
- [wr] Fix crash on enum with custom methods #1966
- [ls] Log errors even if they are for a request @lumnn
- [ls] Do not include
results
key in JSON response when error @lumnn - [lsp] Do not send workDoneProgress notifications to clients that do not
support it #1951 - [lsp] Fix highlighting on PHP 8.1 #1960
- [wr] Do not crash when encountering an array union operator #1971 @wouterj
- [wr] Fixing handling of HEREDOC in StringResolver #1977 @mamazu