Skip to content

Commit eac2850

Browse files
committed
skip RemoveUnusedVariableInCatchRector, ref rectorphp/rector-src#4449
1 parent 8d2ca1d commit eac2850

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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;
1011
use Rector\Php81\Rector\Array_\FirstClassCallableRector;
1112
use Rector\Set\ValueObject\LevelSetList;
1213
use Rector\Set\ValueObject\SetList;
@@ -39,5 +40,6 @@
3940
__DIR__ . '/spec',
4041
],
4142
FirstClassCallableRector::class,
43+
RemoveUnusedVariableInCatchRector::class,
4244
]);
4345
};

0 commit comments

Comments
 (0)