Skip to content

Commit

Permalink
[BCB] Removed DeadCatchRule, replaced by CatchWithUnthrownExceptionRule
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 12, 2021
1 parent 85f22a1 commit 4dba60b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 107 deletions.
7 changes: 0 additions & 7 deletions conf/config.level4.neon
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,6 @@ services:
-
class: PHPStan\Rules\Exceptions\CatchWithUnthrownExceptionRule

-
class: PHPStan\Rules\Exceptions\DeadCatchRule
arguments:
bleedingEdge: %featureToggles.bleedingEdge%
tags:
- phpstan.rules.rule

-
class: PHPStan\Rules\Exceptions\OverwrittenExitPointByFinallyRule

Expand Down
71 changes: 0 additions & 71 deletions src/Rules/Exceptions/DeadCatchRule.php

This file was deleted.

29 changes: 0 additions & 29 deletions tests/PHPStan/Rules/Exceptions/DeadCatchRuleTest.php

This file was deleted.

0 comments on commit 4dba60b

Please sign in to comment.