Skip to content

Commit

Permalink
Remove deprecated rector rules
Browse files Browse the repository at this point in the history
  • Loading branch information
chiiya committed Jul 19, 2023
1 parent 029941f commit a540406
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use Rector\CodeQuality\Rector\ClassMethod\InlineArrayReturnAssignRector;
use Rector\CodeQuality\Rector\Expression\InlineIfToExplicitIfRector;
use Rector\CodeQuality\Rector\Foreach_\ForeachToInArrayRector;
use Rector\CodeQuality\Rector\Foreach_\SimplifyForeachToArrayFilterRector;
use Rector\CodeQuality\Rector\Foreach_\UnusedForeachValueToArrayKeysRector;
use Rector\CodeQuality\Rector\FuncCall\CompactToVariablesRector;
use Rector\CodeQuality\Rector\FuncCall\IsAWithStringWithThirdArgumentRector;
Expand Down Expand Up @@ -44,7 +43,6 @@
use Rector\DeadCode\Rector\Foreach_\RemoveUnusedForeachKeyRector;
use Rector\DeadCode\Rector\If_\RemoveDeadInstanceOfRector;
use Rector\DeadCode\Rector\Property\RemoveUnusedPrivatePropertyRector;
use Rector\DeadCode\Rector\StmtsAwareInterface\RemoveJustVariableAssignRector;
use Rector\EarlyReturn\Rector\Foreach_\ChangeNestedForeachIfsToEarlyContinueRector;
use Rector\EarlyReturn\Rector\If_\ChangeNestedIfsToEarlyReturnRector;
use Rector\EarlyReturn\Rector\StmtsAwareInterface\ReturnEarlyIfVariableRector;
Expand Down Expand Up @@ -80,7 +78,6 @@
SimplifyBoolIdenticalTrueRector::class,
SimplifyConditionsRector::class,
SimplifyDeMorganBinaryRector::class,
SimplifyForeachToArrayFilterRector::class,
SimplifyIfElseToTernaryRector::class,
SimplifyRegexPatternRector::class,
SimplifyUselessVariableRector::class,
Expand All @@ -100,7 +97,6 @@
RemoveUnusedPrivateMethodParameterRector::class,
RemoveUnusedPrivateMethodRector::class,
RemoveUnusedPrivatePropertyRector::class,
RemoveJustVariableAssignRector::class,
RemoveUnusedPromotedPropertyRector::class,
RemoveUnusedVariableAssignRector::class,
ChangeNestedForeachIfsToEarlyContinueRector::class,
Expand Down

0 comments on commit a540406

Please sign in to comment.