Psalm v3.14.2 Release Notes

Release Date: 2020-08-22 // over 3 years ago
  • πŸ›  Bugfixes

    • πŸ›  Fix exception when two mixins declare the same method (seen frequently on Laravel, thanks @xyng) – #4013
    • Prevent mixed assignment in loop after positive check (#4011)
    • πŸ‘ Allow @psalm-type to reference imported type right above (#3999)
    • πŸ›  Fixed some hash_* function signatures - thanks @baukevdw (#4014)
    • πŸ‘ Allow float defaults in namespaced class @method docblock annotations (#4017)
    • Taint analysis - added sinks for pgsql functions - thanks @TysonAndre (#4021)
    • Resolve type aliases in foreach docblock annotations - thanks @weirdan (#4029)
    • Don’t hang when pcntl_fork is disabled - thanks @weirdan (#3951)
    • βž• Add config option to discover unused @psalm-suppress on every run – thanks @micheh (#3011)