Skip to content

Commit c6f5d82

Browse files
committed
cs fix
1 parent b22e7c3 commit c6f5d82

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
@@ -8,8 +8,8 @@
88
use Rector\Core\ValueObject\PhpVersion;
99
use Rector\Php56\Rector\FunctionLike\AddDefaultValueForUndefinedVariableRector;
1010
use Rector\Privatization\Rector\Class_\FinalizeClassesWithoutChildrenRector;
11-
use Rector\Set\ValueObject\SetList;
1211
use Rector\Set\ValueObject\LevelSetList;
12+
use Rector\Set\ValueObject\SetList;
1313
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
1414

1515
return static function (ContainerConfigurator $containerConfigurator): void {

0 commit comments

Comments
 (0)