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 8d2ca1d commit eac2850Copy full SHA for eac2850
rector.php
@@ -7,6 +7,7 @@
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;
@@ -39,5 +40,6 @@
39
40
__DIR__ . '/spec',
41
],
42
FirstClassCallableRector::class,
43
+ RemoveUnusedVariableInCatchRector::class,
44
]);
45
};
0 commit comments