Skip to content

Commit 36d3d3a

Browse files
committed
clean up rector.php config
1 parent 34aedff commit 36d3d3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use Rector\CodeQuality\Rector\Array_\CallableThisArrayToAnonymousFunctionRector;
66
use Rector\CodingStyle\Rector\ClassMethod\UnSpreadOperatorRector;
77
use Rector\Core\Configuration\Option;
8-
use Rector\Core\ValueObject\PhpVersion;
98
use Rector\Privatization\Rector\Class_\FinalizeClassesWithoutChildrenRector;
109
use Rector\Set\ValueObject\LevelSetList;
1110
use Rector\Set\ValueObject\SetList;
@@ -27,7 +26,6 @@
2726
$parameters->set(Option::PATHS, [__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/spec']);
2827

2928
$parameters->set(Option::AUTO_IMPORT_NAMES, true);
30-
$parameters->set(Option::PHP_VERSION_FEATURES, PhpVersion::PHP_80);
3129

3230
$parameters->set(Option::SKIP, [
3331
__DIR__ . '/src/Controller',

0 commit comments

Comments
 (0)