Skip to content

Commit 9f7b723

Browse files
committed
fix: use new namespace for rector
1 parent d25319f commit 9f7b723

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
@@ -28,7 +28,7 @@
2828
use Rector\CodingStyle\Rector\ClassMethod\MakeInheritedMethodVisibilitySameAsParentRector;
2929
use Rector\CodingStyle\Rector\FuncCall\CountArrayToEmptyArrayComparisonRector;
3030
use Rector\Config\RectorConfig;
31-
use Rector\Core\ValueObject\PhpVersion;
31+
use Rector\ValueObject\PhpVersion;
3232
use Rector\DeadCode\Rector\Cast\RecastingRemovalRector;
3333
use Rector\DeadCode\Rector\ClassMethod\RemoveUnusedPromotedPropertyRector;
3434
use Rector\DeadCode\Rector\If_\UnwrapFutureCompatibleIfPhpVersionRector;

0 commit comments

Comments
 (0)