Skip to content

Commit a933bf7

Browse files
committed
run cs fix on rector.php
Signed-off-by: Abdul Malik Ikhsan <[email protected]>
1 parent e63774d commit a933bf7

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
@@ -43,6 +43,7 @@
4343
use Rector\Php80\Rector\Class_\ClassPropertyAssignToConstructorPromotionRector;
4444
use Rector\Php80\Rector\FunctionLike\MixedTypeRector;
4545
use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
46+
use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
4647
use Rector\PHPUnit\CodeQuality\Rector\Class_\YieldDataProviderRector;
4748
use Rector\PHPUnit\Set\PHPUnitSetList;
4849
use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
@@ -59,7 +60,6 @@
5960
use Utils\Rector\PassStrictParameterToFunctionParameterRector;
6061
use Utils\Rector\RemoveErrorSuppressInTryCatchStmtsRector;
6162
use Utils\Rector\UnderscoreToCamelCaseVariableNameRector;
62-
use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
6363

6464
return RectorConfig::configure()
6565
->withPhpSets(php81: true)

0 commit comments

Comments
 (0)