We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22e7c3 commit c6f5d82Copy full SHA for c6f5d82
rector.php
@@ -8,8 +8,8 @@
8
use Rector\Core\ValueObject\PhpVersion;
9
use Rector\Php56\Rector\FunctionLike\AddDefaultValueForUndefinedVariableRector;
10
use Rector\Privatization\Rector\Class_\FinalizeClassesWithoutChildrenRector;
11
-use Rector\Set\ValueObject\SetList;
12
use Rector\Set\ValueObject\LevelSetList;
+use Rector\Set\ValueObject\SetList;
13
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
14
15
return static function (ContainerConfigurator $containerConfigurator): void {
0 commit comments