Skip to content

Commit 4dba60b

Browse files
committed
[BCB] Removed DeadCatchRule, replaced by CatchWithUnthrownExceptionRule
1 parent 85f22a1 commit 4dba60b

File tree

3 files changed

+0
-107
lines changed

3 files changed

+0
-107
lines changed

conf/config.level4.neon

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,6 @@ services:
152152
-
153153
class: PHPStan\Rules\Exceptions\CatchWithUnthrownExceptionRule
154154

155-
-
156-
class: PHPStan\Rules\Exceptions\DeadCatchRule
157-
arguments:
158-
bleedingEdge: %featureToggles.bleedingEdge%
159-
tags:
160-
- phpstan.rules.rule
161-
162155
-
163156
class: PHPStan\Rules\Exceptions\OverwrittenExitPointByFinallyRule
164157

src/Rules/Exceptions/DeadCatchRule.php

Lines changed: 0 additions & 71 deletions
This file was deleted.

tests/PHPStan/Rules/Exceptions/DeadCatchRuleTest.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)