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 Aug 15, 2023
1 parent a540406 commit ba5e713
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 @@ -57,7 +57,6 @@
use Rector\Php80\Rector\Switch_\ChangeSwitchToMatchRector;
use Rector\Php81\Rector\ClassConst\FinalizePublicClassConstantRector;
use Rector\Php81\Rector\ClassMethod\NewInInitializerRector;
use Rector\Php81\Rector\FunctionLike\IntersectionTypesRector;

return static function (RectorConfig $config): void {
$config->rules([
Expand Down Expand Up @@ -111,7 +110,6 @@
StrEndsWithRector::class,
StrStartsWithRector::class,
FinalizePublicClassConstantRector::class,
IntersectionTypesRector::class,
NewInInitializerRector::class,
InlineArrayReturnAssignRector::class,
CleanupUnneededNullsafeOperatorRector::class,
Expand Down

0 comments on commit ba5e713

Please sign in to comment.