Skip to content

Releases: thecodingmachine/phpstan-strict-rules

v2.0.0

Choose a tag to compare

@homersimpsons homersimpsons released this 27 Jun 22:20
4565f25

What's Changed

New Contributors

Full Changelog: v1.0.0...v2.0.0

v1.0.0

Choose a tag to compare

@moufmouf moufmouf released this 10 Nov 07:58
2ba8fa8

This release targets PHPStan v1.0.0

v0.12.2

Choose a tag to compare

@moufmouf moufmouf released this 08 Nov 09:04
ed65c3c

Bugfix:

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

v0.12.1

Choose a tag to compare

@moufmouf moufmouf released this 08 Sep 09:15
4bb334f

v0.12.0

Choose a tag to compare

@moufmouf moufmouf released this 04 Dec 11:26
8c58cc8

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

Choose a tag to compare

@moufmouf moufmouf released this 08 Jun 20:10

v0.11.1

Choose a tag to compare

@moufmouf moufmouf released this 27 May 16:34
57fb5d8
  • #48 Added support for phpstan-extension-installer. Credits to @sspat

v0.11.0

Choose a tag to compare

@moufmouf moufmouf released this 18 Jan 08:18
663fad8

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

Choose a tag to compare

@moufmouf moufmouf released this 18 Jan 08:11
663fad8
  • #44 Adding a special annotation that allows to ignore empty catch statement errors
  • #46 Adding PHPStan 0.11 compatibility

v0.10.7

Choose a tag to compare

@moufmouf moufmouf released this 30 Oct 10:45
bf15df9

Bugfix:

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