We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 621ae62 + 75e2e3b commit 438ccadCopy full SHA for 438ccad
1 file changed
rector.php
@@ -118,9 +118,6 @@
118
__DIR__ . '/tests/system/Email/EmailTest.php',
119
],
120
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
-
124
// rector mistakenly removes `@return true`
125
RemoveUselessReturnTagRector::class => [
126
__DIR__ . '/system/Debug/Exceptions.php',
0 commit comments