Skip to content

Commit

Permalink
skip FlipTypeControlToUseExclusiveTypeRector
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Tepper committed Feb 27, 2024
1 parent 7058fb6 commit 06a71fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code-quality/rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

declare(strict_types=1);

use Rector\CodeQuality\Rector\Identical\FlipTypeControlToUseExclusiveTypeRector;
use Rector\Config\RectorConfig;
use Rector\DeadCode\Rector\Property\RemoveUnusedPrivatePropertyRector;
use Rector\EarlyReturn\Rector\If_\ChangeAndIfToEarlyReturnRector;
Expand Down Expand Up @@ -37,6 +38,7 @@
ChangeAndIfToEarlyReturnRector::class,
TypedPropertyFromStrictSetUpRector::class,
AddMethodCallBasedStrictParamTypeRector::class,
FlipTypeControlToUseExclusiveTypeRector::class,
])
->withAutoloadPaths([__DIR__ . '/../Classes'])
->registerService(RemoveUnusedPrivatePropertyRector::class);

0 comments on commit 06a71fc

Please sign in to comment.