File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ This extension provides following rules and features:
18
18
* Ignore caught checked exceptions ([ examples] ( https://github.com/pepakriz/phpstan-exception-rules/blob/master/tests/src/Rules/data/try-catch.php ) )
19
19
* Unnecessary ` @throws ` annotation detection ([ examples] ( https://github.com/pepakriz/phpstan-exception-rules/blob/master/tests/src/Rules/data/unused-throws.php ) )
20
20
* Useless ` @throws ` annotation detection ([ examples] ( https://github.com/pepakriz/phpstan-exception-rules/blob/master/tests/src/Rules/data/useless-throws.php ) )
21
- * Optionally ignore descriptive ` @throws ` annotations ([ examples] ( https://github.com/pepakriz/phpstan-exception-rules/blob/master/tests/src/Rules/data/unused-descriptive-throws.php ) )
22
21
* Optionally allows unused ` @throws ` annotations in subtypes ([ examples] ( https://github.com/pepakriz/phpstan-exception-rules/blob/master/tests/src/Rules/data/intentionally-unused-throws.php ) )
23
22
* ` @throws ` annotation variance validation ([ examples] ( https://github.com/pepakriz/phpstan-exception-rules/blob/master/tests/src/Rules/data/throws-inheritance.php ) )
24
23
* [ Dynamic throw types based on arguments] ( #extensibility )
You can’t perform that action at this time.
0 commit comments