Skip to content

Commit 438ccad

Browse files
authored
Merge pull request #6980 from kenjis/fix-rector.php
[4.3] fix: merge mistake for rector.php
2 parents 621ae62 + 75e2e3b commit 438ccad

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

rector.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@
118118
__DIR__ . '/tests/system/Email/EmailTest.php',
119119
],
120120

121-
// buggy on union mixed type, new class extends SomeClass marked as object in union, and false replaced with bool in Union
122-
TypedPropertyFromAssignsRector::class,
123-
124121
// rector mistakenly removes `@return true`
125122
RemoveUselessReturnTagRector::class => [
126123
__DIR__ . '/system/Debug/Exceptions.php',

0 commit comments

Comments
 (0)