diff --git a/rector.php b/rector.php index f80acaacc..11e70a55a 100644 --- a/rector.php +++ b/rector.php @@ -45,8 +45,6 @@ return RectorConfig::configure() DisallowedEmptyRuleFixerRector::class, FlipTypeControlToUseExclusiveTypeRector::class, InlineArrayReturnAssignRector::class, - // TODO private method check is unreliable, recheck with newer rector version - RemoveUnusedPrivateMethodRector::class, // TODO parent call check is unreliable, recheck with newer rector version RemoveParentCallWithoutParentRector::class, // TODO inherited properties check is unreliable, recheck with newer rector version