Skip to content

Releases: vimeo/psalm

0.3.6.0

23 Dec 21:52
Compare
Choose a tag to compare
Update PHPUnit to version without count bug

0.2.10.0

23 Dec 21:52
Compare
Choose a tag to compare
Add self-check to travis build

0.3.5.0

14 Dec 18:05
Compare
Choose a tag to compare
Add cache dir nulling back

0.2.9.0

14 Dec 18:07
Compare
Choose a tag to compare
Add psalm.xml support for checking tests

Fix trait protected/private method visibility

12 Dec 19:36
Compare
Choose a tag to compare
0.3.4.4

Fix issues around incorrectly registering inherited private methods

0.3.4.3

12 Dec 04:54
Compare
Choose a tag to compare

Fixes a bunch of bugs revealed by newly-added tests

Fix trait protected/private method visibility

12 Dec 19:35
Compare
Choose a tag to compare
0.2.8.3

Fix issues around incorrectly registering inherited private methods

0.2.8.2

12 Dec 04:54
Compare
Choose a tag to compare

Fixes a bunch of bugs found in newly-added tests

Add TypeDoesNotContainType issue

11 Dec 19:22
Compare
Choose a tag to compare

Triggered by

$a = 5;
if ($a === null) { }

0.2.8.1

11 Dec 19:25
Compare
Choose a tag to compare

Add TypeDoesNotContainType issue triggered by

$a = 5;
if ($a === null) { }