Releases: psalm/psalm-plugin-phpunit
Releases · psalm/psalm-plugin-phpunit
Fix staticness of assertSame/assertNotSame
Fixed
- (#50)
public static
was missing from signatures ofassertSame()
/assertNotSame()
(thanks @snapshotpl)
Fix false positive UndefinedClass for external data providers
Make compatible with latest Psalm
0.9.0 Add string cast
External data providers
Fixed single-line docblock parsing
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
Use less-strict checks when encountering mixed types
0.6.0 Split checks out into separate functions
Fix refs
Bump version req to PHP 7.1
Merge pull request #31 from psalm/bump-package-versions Bump package versions
Improve message for invalid provider
0.5.6 Fix bad call