We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac2850 commit 7867133Copy full SHA for 7867133
rector.php
@@ -7,7 +7,6 @@
7
use Rector\CodingStyle\Rector\ClassMethod\UnSpreadOperatorRector;
8
use Rector\CodingStyle\Rector\Closure\StaticClosureRector;
9
use Rector\Config\RectorConfig;
10
-use Rector\Php80\Rector\Catch_\RemoveUnusedVariableInCatchRector;
11
use Rector\Php81\Rector\Array_\FirstClassCallableRector;
12
use Rector\Set\ValueObject\LevelSetList;
13
use Rector\Set\ValueObject\SetList;
@@ -40,6 +39,5 @@
40
39
__DIR__ . '/spec',
41
],
42
FirstClassCallableRector::class,
43
- RemoveUnusedVariableInCatchRector::class,
44
]);
45
};
0 commit comments