refactoring

This commit is contained in:
Roland Gruber 2025-02-17 17:12:50 +01:00
parent 06c9f56350
commit e5a74d4b32

View file

@ -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