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)