From 43584726672d72b8f41ec2294907b7fc50f0c686 Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Tue, 6 Jan 2026 13:09:08 -0400 Subject: [PATCH] Drop another rector rule --- rector.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/rector.php b/rector.php index 0826b46a55..20b1ac532f 100644 --- a/rector.php +++ b/rector.php @@ -16,7 +16,6 @@ use Rector\CodeQuality\Rector\FuncCall\CompactToVariablesRector; use Rector\CodeQuality\Rector\FuncCall\SimplifyRegexPatternRector; use Rector\CodeQuality\Rector\FuncCall\SingleInArrayToCompareRector; -use Rector\CodeQuality\Rector\Identical\FlipTypeControlToUseExclusiveTypeRector; use Rector\CodeQuality\Rector\If_\CombineIfRector; use Rector\CodeQuality\Rector\If_\ExplicitBoolCompareRector; use Rector\CodeQuality\Rector\If_\ShortenElseIfRector; @@ -145,7 +144,6 @@ CompactToVariablesRector::class, CompleteDynamicPropertiesRector::class, ExplicitBoolCompareRector::class, - FlipTypeControlToUseExclusiveTypeRector::class, InlineConstructorDefaultToPropertyRector::class, IssetOnPropertyObjectToPropertyExistsRector::class, // This changes \t to an actual tab character. We don't want this rule.