@@ -5,9 +5,7 @@ |
||
5 | 5 | |
6 | 6 | |
7 | 7 | use PhpParser\Node; |
8 | -use PhpParser\Node\Stmt\Catch_; |
|
9 | 8 | use PHPStan\Analyser\Scope; |
10 | -use PHPStan\Broker\Broker; |
|
11 | 9 | use PHPStan\Rules\Rule; |
12 | 10 | |
13 | 11 | /** |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use PhpParser\Node; |
8 | 8 | use PhpParser\Node\Stmt\Catch_; |
9 | 9 | use PHPStan\Analyser\Scope; |
10 | -use PHPStan\Broker\Broker; |
|
11 | 10 | use PHPStan\Rules\Rule; |
12 | 11 | |
13 | 12 | class EmptyExceptionRule implements Rule |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use PhpParser\NodeTraverser; |
10 | 10 | use PhpParser\NodeVisitorAbstract; |
11 | 11 | use PHPStan\Analyser\Scope; |
12 | -use PHPStan\Broker\Broker; |
|
13 | 12 | use PHPStan\Rules\Rule; |
14 | 13 | |
15 | 14 | /** |