From e5a74d4b32298aee795e8a0436a8ca6230d1fcff Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 17 Feb 2025 17:12:50 +0100 Subject: [PATCH] refactoring --- rector.php | 2 -- 1 file changed, 2 deletions(-) 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