Psalm v3.18.0 Release Notes

Release Date: 2020-10-19 // over 3 years ago
  • Language server works again

    ๐Ÿ‘€ This fixes an issue that prevented the language server from seeing recent changes to files (caused, almost inexplicably, by removing a @param docblock).

    ๐Ÿ›  Other bugfixes

    • ๐Ÿ›  Fix an issue with remapped template params (#4326)
    • ๐Ÿ‘Œ Improve handling of try statements without catches (#4333, #4366)
    • Deal with a few more combinatorial expansion issues gracefully (#4347)
    • ๐Ÿ‘Œ Improve Psalter replacements (#4350, #4349)
    • ๐Ÿ›  @pascalheidmann fixed an error when creating a report in a non-existent directory (#4353)
    • ๐Ÿ‘Œ Improve handling of assignments on the RHS of || if conditionals (#4354)