Skip to content

Commit

Permalink
Merge pull request #6980 from kenjis/fix-rector.php
Browse files Browse the repository at this point in the history
[4.3] fix: merge mistake for rector.php
  • Loading branch information
kenjis authored Dec 15, 2022
2 parents 621ae62 + 75e2e3b commit 438ccad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 438ccad

Please sign in to comment.