Skip to content

Commit 75e2e3b

Browse files
committed
fix: remove TypedPropertyFromAssignsRector in skip
I don't know why it is not removed. Did I mistake on merging?
1 parent 01aefc4 commit 75e2e3b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

rector.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
use Rector\PSR4\Rector\FileWithoutNamespace\NormalizeNamespaceByPSR4ComposerAutoloadRector;
4949
use Rector\Set\ValueObject\LevelSetList;
5050
use Rector\Set\ValueObject\SetList;
51-
use Rector\TypeDeclaration\Rector\Property\TypedPropertyFromAssignsRector;
5251
use Utils\Rector\PassStrictParameterToFunctionParameterRector;
5352
use Utils\Rector\RemoveErrorSuppressInTryCatchStmtsRector;
5453
use Utils\Rector\RemoveVarTagFromClassConstantRector;
@@ -119,9 +118,6 @@
119118
__DIR__ . '/tests/system/Email/EmailTest.php',
120119
],
121120

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

0 commit comments

Comments
 (0)