Skip to content

Commit c065e45

Browse files
committed
clean up config
1 parent 42e7dd1 commit c065e45

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

rector.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
declare(strict_types=1);
44

55
use Rector\Config\RectorConfig;
6-
use Rector\Php73\Rector\FuncCall\ArrayKeyFirstLastRector;
76
use Rector\PHPUnit\Set\PHPUnitSetList;
87
use Rector\Set\ValueObject\LevelSetList;
98
use Rector\Set\ValueObject\SetList;
@@ -23,10 +22,4 @@
2322
$rectorConfig->parallel();
2423
$rectorConfig->paths([__DIR__ . '/src', __DIR__ . '/tests', __FILE__]);
2524
$rectorConfig->importNames();
26-
27-
$rectorConfig->skip([
28-
ArrayKeyFirstLastRector::class => [
29-
__DIR__ . '/src/Finder.php',
30-
],
31-
]);
3225
};

0 commit comments

Comments
 (0)