Skip to content

Commit

Permalink
Update rector config
Browse files Browse the repository at this point in the history
  • Loading branch information
chiiya committed Jun 29, 2023
1 parent 8bca02e commit acd14d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
use Rector\CodeQuality\Rector\Ternary\SwitchNegatedTernaryRector;
use Rector\CodeQuality\Rector\Ternary\TernaryEmptyArrayArrayDimFetchToCoalesceRector;
use Rector\CodeQuality\Rector\Ternary\UnnecessaryTernaryExpressionRector;
use Rector\CodingStyle\Rector\ClassConst\VarConstantCommentRector;
use Rector\CodingStyle\Rector\ClassMethod\MakeInheritedMethodVisibilitySameAsParentRector;
use Rector\CodingStyle\Rector\FuncCall\CallUserFuncArrayToVariadicRector;
use Rector\CodingStyle\Rector\Switch_\BinarySwitchToIfElseRector;
Expand Down Expand Up @@ -94,7 +93,6 @@
BinarySwitchToIfElseRector::class,
CallUserFuncArrayToVariadicRector::class,
MakeInheritedMethodVisibilitySameAsParentRector::class,
VarConstantCommentRector::class,
RemoveDeadContinueRector::class,
RemoveDeadIfForeachForRector::class,
RemoveDeadInstanceOfRector::class,
Expand Down

0 comments on commit acd14d4

Please sign in to comment.