Skip to content

Commit 1814804

Browse files
committed
style: fix code style error
1 parent 9f7b723 commit 1814804

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,6 @@
2828
use Rector\CodingStyle\Rector\ClassMethod\MakeInheritedMethodVisibilitySameAsParentRector;
2929
use Rector\CodingStyle\Rector\FuncCall\CountArrayToEmptyArrayComparisonRector;
3030
use Rector\Config\RectorConfig;
31-
use Rector\ValueObject\PhpVersion;
3231
use Rector\DeadCode\Rector\Cast\RecastingRemovalRector;
3332
use Rector\DeadCode\Rector\ClassMethod\RemoveUnusedPromotedPropertyRector;
3433
use Rector\DeadCode\Rector\If_\UnwrapFutureCompatibleIfPhpVersionRector;
@@ -45,6 +44,7 @@
4544
use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
4645
use Rector\Set\ValueObject\LevelSetList;
4746
use Rector\Set\ValueObject\SetList;
47+
use Rector\ValueObject\PhpVersion;
4848

4949
return static function (RectorConfig $rectorConfig): void {
5050
$rectorConfig->sets([

0 commit comments

Comments
 (0)