Skip to content

Commit dd72eef

Browse files
committed
clean up existing already in set list
1 parent 7634d3a commit dd72eef

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

rector.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@
4040
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
4141
use Rector\Php56\Rector\FunctionLike\AddDefaultValueForUndefinedVariableRector;
4242
use Rector\Php70\Rector\FuncCall\RandomFunctionRector;
43-
use Rector\Php70\Rector\Ternary\TernaryToNullCoalescingRector;
4443
use Rector\Php71\Rector\FuncCall\CountOnNullRector;
45-
use Rector\Php71\Rector\FuncCall\RemoveExtraParametersRector;
46-
use Rector\Php71\Rector\List_\ListToArrayDestructRector;
4744
use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
4845
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
4946
use Rector\Set\ValueObject\LevelSetList;
@@ -141,12 +138,9 @@
141138
$services->set(ChangeArrayPushToArrayAssignRector::class);
142139
$services->set(UnnecessaryTernaryExpressionRector::class);
143140
$services->set(RemoveErrorSuppressInTryCatchStmtsRector::class);
144-
$services->set(TernaryToNullCoalescingRector::class);
145-
$services->set(ListToArrayDestructRector::class);
146141
$services->set(RemoveVarTagFromClassConstantRector::class);
147142
$services->set(AddPregQuoteDelimiterRector::class);
148143
$services->set(SimplifyRegexPatternRector::class);
149-
$services->set(RemoveExtraParametersRector::class);
150144
$services->set(FuncGetArgsToVariadicParamRector::class);
151145
$services->set(MakeInheritedMethodVisibilitySameAsParentRector::class);
152146
$services->set(FixClassCaseSensitivityNameRector::class);

0 commit comments

Comments
 (0)