Skip to content

Commit 7a18070

Browse files
authored
Update Rector\Core sub namespace to Rector
1 parent ac03801 commit 7a18070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
use Rector\CodingStyle\Rector\ClassMethod\MakeInheritedMethodVisibilitySameAsParentRector;
2222
use Rector\CodingStyle\Rector\FuncCall\CountArrayToEmptyArrayComparisonRector;
2323
use Rector\Config\RectorConfig;
24-
use Rector\Core\ValueObject\PhpVersion;
24+
use Rector\ValueObject\PhpVersion;
2525
use Rector\DeadCode\Rector\ClassMethod\RemoveUnusedPromotedPropertyRector;
2626
use Rector\EarlyReturn\Rector\Foreach_\ChangeNestedForeachIfsToEarlyContinueRector;
2727
use Rector\EarlyReturn\Rector\If_\ChangeIfElseValueAssignToEarlyReturnRector;

0 commit comments

Comments
 (0)