Skip to content

Fix crash on invalid psalm annotations

Compare
Choose a tag to compare
@weirdan weirdan released this 10 Jul 22:26
· 181 commits to master since this release
69aaf6b

Fixes

  • Fixed crash on invalid @psalm-* annotation (#37)
  • Fixed sticky provider usage (Psalm/plugin failed to mark providers as unused when corresponding @dataProvider annotations were dropped)

Changes

  • Dropped legacy compatibility layer

Breaking changes

  • Minimum Psalm version is 3.2.11 now