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 0000a81 commit 48f18deCopy full SHA for 48f18de
rector.php
@@ -8,7 +8,6 @@
8
use Rector\CodingStyle\Rector\Closure\StaticClosureRector;
9
use Rector\CodingStyle\Rector\Property\InlineSimplePropertyAnnotationRector;
10
use Rector\Config\RectorConfig;
11
-use Rector\DeadCode\Rector\Cast\RecastingRemovalRector;
12
use Rector\Php81\Rector\Array_\FirstClassCallableRector;
13
use Rector\Set\ValueObject\LevelSetList;
14
use Rector\Set\ValueObject\SetList;
@@ -41,8 +40,5 @@
41
40
__DIR__ . '/spec',
42
],
43
FirstClassCallableRector::class,
44
- RecastingRemovalRector::class => [
45
- __DIR__ . '/src/Handler/Logging.php',
46
- ],
47
]);
48
};
0 commit comments