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 42e7dd1 commit c065e45Copy full SHA for c065e45
rector.php
@@ -3,7 +3,6 @@
3
declare(strict_types=1);
4
5
use Rector\Config\RectorConfig;
6
-use Rector\Php73\Rector\FuncCall\ArrayKeyFirstLastRector;
7
use Rector\PHPUnit\Set\PHPUnitSetList;
8
use Rector\Set\ValueObject\LevelSetList;
9
use Rector\Set\ValueObject\SetList;
@@ -23,10 +22,4 @@
23
22
$rectorConfig->parallel();
24
$rectorConfig->paths([__DIR__ . '/src', __DIR__ . '/tests', __FILE__]);
25
$rectorConfig->importNames();
26
-
27
- $rectorConfig->skip([
28
- ArrayKeyFirstLastRector::class => [
29
- __DIR__ . '/src/Finder.php',
30
- ],
31
- ]);
32
};
0 commit comments