Skip to content

Releases: thecodingmachine/phpstan-strict-rules

v1.0.0

10 Nov 07:58
2ba8fa8
Compare
Choose a tag to compare

This release targets PHPStan v1.0.0

v0.12.2

08 Nov 09:04
ed65c3c
Compare
Choose a tag to compare

Bugfix:

  • Fixing compatibility with PHP8 when no variable is set in the catch block #57 #59 (@dongm2ez)

v0.12.1

08 Sep 09:15
4bb334f
Compare
Choose a tag to compare

v0.12.0

04 Dec 11:26
8c58cc8
Compare
Choose a tag to compare

This release brings compatibility with PHPStan 0.12.

Because PHPStan 0.12 new level 6 does all the type checking we used to do, the type checking related rules of phpstan-strict-rules have been removed from this package.

Bugfix release: Fixing extension installer

08 Jun 20:10
Compare
Choose a tag to compare

v0.11.1

27 May 16:34
57fb5d8
Compare
Choose a tag to compare
  • #48 Added support for phpstan-extension-installer. Credits to @sspat

v0.11.0

18 Jan 08:18
663fad8
Compare
Choose a tag to compare

Tagging v0.11.0 to keep the same numbering scheme as PHPStan (current version is 0.11)
v0.11.0 is actually the SAME release as v0.10.8.

v0.10.8

18 Jan 08:11
663fad8
Compare
Choose a tag to compare
  • #44 Adding a special annotation that allows to ignore empty catch statement errors
  • #46 Adding PHPStan 0.11 compatibility

v0.10.7

30 Oct 10:45
bf15df9
Compare
Choose a tag to compare

Bugfix:

  • #39 void return types declared in PHPDoc but not natively are now detected.

v0.10.6

15 Oct 14:03
444e134
Compare
Choose a tag to compare

Moire improvements:

  • #38 More bitly links to more detailed explanations of errors reported