refactoring

This commit is contained in:
Roland Gruber 2025-02-17 17:14:10 +01:00
parent e5a74d4b32
commit 0c0916b825

View file

@ -45,8 +45,6 @@ return RectorConfig::configure()
DisallowedEmptyRuleFixerRector::class, DisallowedEmptyRuleFixerRector::class,
FlipTypeControlToUseExclusiveTypeRector::class, FlipTypeControlToUseExclusiveTypeRector::class,
InlineArrayReturnAssignRector::class, InlineArrayReturnAssignRector::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 // TODO inherited properties check is unreliable, recheck with newer rector version
CompleteDynamicPropertiesRector::class, CompleteDynamicPropertiesRector::class,
// TODO unreliable, recheck with newer rector version // TODO unreliable, recheck with newer rector version