diff --git a/rector.php b/rector.php index bfcc73813f63..81ad3df5006b 100644 --- a/rector.php +++ b/rector.php @@ -118,9 +118,6 @@ __DIR__ . '/tests/system/Email/EmailTest.php', ], - // buggy on union mixed type, new class extends SomeClass marked as object in union, and false replaced with bool in Union - TypedPropertyFromAssignsRector::class, - // rector mistakenly removes `@return true` RemoveUselessReturnTagRector::class => [ __DIR__ . '/system/Debug/Exceptions.php',