Skip to content

Commit 7867133

Browse files
committed
re-enable RemoveUnusedVariableInCatchRector
1 parent eac2850 commit 7867133

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use Rector\CodingStyle\Rector\ClassMethod\UnSpreadOperatorRector;
88
use Rector\CodingStyle\Rector\Closure\StaticClosureRector;
99
use Rector\Config\RectorConfig;
10-
use Rector\Php80\Rector\Catch_\RemoveUnusedVariableInCatchRector;
1110
use Rector\Php81\Rector\Array_\FirstClassCallableRector;
1211
use Rector\Set\ValueObject\LevelSetList;
1312
use Rector\Set\ValueObject\SetList;
@@ -40,6 +39,5 @@
4039
__DIR__ . '/spec',
4140
],
4241
FirstClassCallableRector::class,
43-
RemoveUnusedVariableInCatchRector::class,
4442
]);
4543
};

0 commit comments

Comments
 (0)