Skip to content

Commit 3d8fe4c

Browse files
authored
cs fix
1 parent 8c2dd2c commit 3d8fe4c

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,6 @@
2121
use Rector\CodingStyle\Rector\ClassMethod\MakeInheritedMethodVisibilitySameAsParentRector;
2222
use Rector\CodingStyle\Rector\FuncCall\CountArrayToEmptyArrayComparisonRector;
2323
use Rector\Config\RectorConfig;
24-
use Rector\ValueObject\PhpVersion;
2524
use Rector\DeadCode\Rector\ClassMethod\RemoveUnusedPromotedPropertyRector;
2625
use Rector\EarlyReturn\Rector\Foreach_\ChangeNestedForeachIfsToEarlyContinueRector;
2726
use Rector\EarlyReturn\Rector\If_\ChangeIfElseValueAssignToEarlyReturnRector;
@@ -39,6 +38,7 @@
3938
use Rector\Strict\Rector\Empty_\DisallowedEmptyRuleFixerRector;
4039
use Rector\TypeDeclaration\Rector\Empty_\EmptyOnNullableObjectToInstanceOfRector;
4140
use Rector\TypeDeclaration\Rector\Property\TypedPropertyFromAssignsRector;
41+
use Rector\ValueObject\PhpVersion;
4242

4343
return static function (RectorConfig $rectorConfig): void {
4444
$rectorConfig->sets([

0 commit comments

Comments
 (0)