Releases: thecodingmachine/phpstan-strict-rules
Releases · thecodingmachine/phpstan-strict-rules
v1.0.0
This release targets PHPStan v1.0.0
v0.12.2
Bugfix:
- Fixing compatibility with PHP8 when no variable is set in the catch block #57 #59 (@dongm2ez)
v0.12.0
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
v0.11.1
- #48 Added support for phpstan-extension-installer. Credits to @sspat
v0.11.0
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
- #44 Adding a special annotation that allows to ignore empty catch statement errors
- #46 Adding PHPStan 0.11 compatibility
v0.10.7
Bugfix:
- #39 void return types declared in PHPDoc but not natively are now detected.
v0.10.6
Moire improvements:
- #38 More bitly links to more detailed explanations of errors reported