Skip to content

Commit

Permalink
remove deleted rector
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Dec 7, 2023
1 parent 9b22ecf commit 07d0734
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use Rector\DeadCode\Rector\If_\RemoveAlwaysTrueIfConditionRector;
use Rector\DeadCode\Rector\If_\RemoveDeadInstanceOfRector;
use Rector\DeadCode\Rector\StaticCall\RemoveParentCallWithoutParentRector;
use Rector\Php71\Rector\FuncCall\CountOnNullRector;
use Rector\Php81\Rector\Array_\FirstClassCallableRector;
use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
use Rector\PHPUnit\Set\PHPUnitSetList;
Expand All @@ -27,9 +26,6 @@
__DIR__ . '/tests',
]);

// register a single rule
// $rectorConfig->rule(\Rector\CodeQuality\Rector\Class_\InlineConstructorDefaultToPropertyRector\InlineConstructorDefaultToPropertyRector::class);

$rectorConfig->sets([
SetList::DEAD_CODE,
LevelSetList::UP_TO_PHP_81,
Expand All @@ -43,7 +39,6 @@
FirstClassCallableRector::class,
RemoveAlwaysTrueIfConditionRector::class,
RemoveParentCallWithoutParentRector::class,
CountOnNullRector::class,
],
);
};

0 comments on commit 07d0734

Please sign in to comment.