Skip to content

Releases: pepakriz/phpstan-exception-rules

v0.12.0

12 Nov 10:20
c5f3fe5
Compare
Choose a tag to compare
Support for PHPStan 1.0 (#150)

* Support for PHPStan 1.0

* Use branch-alias 0.12-dev

Co-authored-by: Josef Kříž <[email protected]>

v0.11.7

05 May 06:08
0de69d8
Compare
Choose a tag to compare
Add Expr Throw - PHP 8 (#146)

* Add Expr Throw - PHP 8

* check:lint only with PHP 8.0

* fix phpstan check - instanceof PHPStan\Reflection\MethodReflection

v0.11.6

27 Jan 17:24
52a9223
Compare
Choose a tag to compare

Add SimpleXMLElementExtension

v0.11.5

19 Jan 14:04
8fda6d3
Compare
Choose a tag to compare

Add DateIntervalExtension

v0.11.4

18 Jan 19:41
c590c05
Compare
Choose a tag to compare

v0.11.3

23 Dec 23:37
Compare
Choose a tag to compare

v0.11.2: Relax php constraint to allow PHP 8 (#137)

11 Nov 18:46
e62cf84
Compare
Choose a tag to compare
* Relax php constraint to allow PHP 8

* Run tests against PHP 8.0

* Allow installing PHPUnit 9

PHPUnit has very narrow range of supported php version.
PHPUnit 7 is still needed and used for php <7.3.

* Update slevomat/coding-standard

v0.11.1

08 Jun 14:14
0c055c2
Compare
Choose a tag to compare

Fixed

Fixed multiple DOMDocument signature (#128)

v0.11.0

28 May 21:53
02dfed0
Compare
Choose a tag to compare

Changed

  • Remove ignoreDescriptiveUncheckedExceptions option (#119): uncheckedExceptions are now fully ignored so this option is not necessary.

FIxed

  • Handle @throws void (#123)

v0.10.1

09 Dec 07:05
7073711
Compare
Choose a tag to compare

Improvements:

  • Extension for SplFileObject #112

Fixes:

  • ThrowsPhpDocRule: whitelisted method should not report Missing @throws #107
  • ThrowsPhpDocRule: rule should not change AST #114