Fix crash on invalid psalm annotations
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