Skip to content

Commit 1bd7d1b

Browse files
authored
update Rector\Core to Rector
1 parent 496964e commit 1bd7d1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
use Rector\CodingStyle\Rector\ClassMethod\MakeInheritedMethodVisibilitySameAsParentRector;
2828
use Rector\CodingStyle\Rector\FuncCall\CountArrayToEmptyArrayComparisonRector;
2929
use Rector\Config\RectorConfig;
30-
use Rector\Core\ValueObject\PhpVersion;
3130
use Rector\DeadCode\Rector\ClassMethod\RemoveUnusedPromotedPropertyRector;
3231
use Rector\EarlyReturn\Rector\Foreach_\ChangeNestedForeachIfsToEarlyContinueRector;
3332
use Rector\EarlyReturn\Rector\If_\ChangeIfElseValueAssignToEarlyReturnRector;
@@ -39,6 +38,7 @@
3938
use Rector\PHPUnit\Set\PHPUnitSetList;
4039
use Rector\Set\ValueObject\LevelSetList;
4140
use Rector\Set\ValueObject\SetList;
41+
use Rector\Core\ValueObject\PhpVersion;
4242

4343
return static function (RectorConfig $rectorConfig): void {
4444
$rectorConfig->sets([SetList::DEAD_CODE, LevelSetList::UP_TO_PHP_74, PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD, PHPUnitSetList::PHPUNIT_80]);

0 commit comments

Comments
 (0)