packagist psalm/plugin-laravel v4.14.10

latest release: v3.14.10
4 hours ago

A patch release that removes three false positives around query builders and taint analysis, and fixes a psalm-laravel init misconfiguration on monorepos.

Fixes

  • Fix false TaintedSql on where() calls that pass a column-to-value map (where(['name' => $value])) (#1221)
  • Fix false UndefinedMagicMethod on custom Eloquent builder subclass methods called after a fluent chain (#1219)
  • Fix false UndefinedMagicMethod on IndexDefinition modifiers in database migrations (#1220)
  • Fix psalm-laravel init on monorepos: no longer puts packages/ into <ignoreFiles>, which silently disabled analysis of package sources (#1214)

Full Changelog: v4.14.9...v4.14.10

Don't miss a new plugin-laravel release

NewReleases is sending notifications on new releases.