Skip to content

Commit 48f18de

Browse files
committed
clean up
1 parent 0000a81 commit 48f18de

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rector.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Rector\CodingStyle\Rector\Closure\StaticClosureRector;
99
use Rector\CodingStyle\Rector\Property\InlineSimplePropertyAnnotationRector;
1010
use Rector\Config\RectorConfig;
11-
use Rector\DeadCode\Rector\Cast\RecastingRemovalRector;
1211
use Rector\Php81\Rector\Array_\FirstClassCallableRector;
1312
use Rector\Set\ValueObject\LevelSetList;
1413
use Rector\Set\ValueObject\SetList;
@@ -41,8 +40,5 @@
4140
__DIR__ . '/spec',
4241
],
4342
FirstClassCallableRector::class,
44-
RecastingRemovalRector::class => [
45-
__DIR__ . '/src/Handler/Logging.php',
46-
],
4743
]);
4844
};

0 commit comments

Comments
 (0)