Skip to content

Releases: vimeo/psalm

0.3.12

15 Jan 17:37
Compare
Choose a tag to compare
Fix #56 - functions in root namespaces should not need slash

0.2.14

15 Jan 17:36
Compare
Choose a tag to compare

Brings PHP 5.4 support back up to parity with master

0.3.11

13 Jan 19:45
Compare
Choose a tag to compare

This adds a number of more emitted issues, and a bunch of bugfixes

0.3.10.1

30 Dec 14:25
Compare
Choose a tag to compare
Make config schema more relaxed about ordering and fix trait bugs

0.3.9: Merge pull request #29 from vimeo/config-nesting

30 Dec 04:01
Compare
Choose a tag to compare

0.2.13.1

30 Dec 14:25
Compare
Choose a tag to compare
Increase accuracy of file lists

0.2.13

30 Dec 04:00
Compare
Choose a tag to compare

Changed the config schema - see #29

0.3.8

27 Dec 01:07
Compare
Choose a tag to compare
Support old-style namespaced constructors

0.2.12

27 Dec 01:06
Compare
Choose a tag to compare
Correct method signature

0.2.11

26 Dec 11:12
Compare
Choose a tag to compare
  • Improves checking of binary operations (e.g. $a * $b, $a . $b) and adds InvalidOperand and MixedOperand issues.
  • Adds additional checks for invalid docblocks