Releases: vimeo/psalm
Releases · vimeo/psalm
0.3.6.0
0.2.10.0
0.3.5.0
0.2.9.0
Fix trait protected/private method visibility
0.3.4.4 Fix issues around incorrectly registering inherited private methods
0.3.4.3
Fix trait protected/private method visibility
0.2.8.3 Fix issues around incorrectly registering inherited private methods
0.2.8.2
Add TypeDoesNotContainType issue
Triggered by
$a = 5;
if ($a === null) { }