Skip to content

Commit 862cef6

Browse files
committed
enable skipped NarrowUnusedSetUpDefinedPropertyRector
1 parent aad4820 commit 862cef6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rector.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
use Rector\Php80\Rector\Class_\ClassPropertyAssignToConstructorPromotionRector;
4444
use Rector\Php80\Rector\FunctionLike\MixedTypeRector;
4545
use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
46-
use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
4746
use Rector\PHPUnit\CodeQuality\Rector\Class_\YieldDataProviderRector;
4847
use Rector\PHPUnit\Set\PHPUnitSetList;
4948
use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
@@ -177,9 +176,6 @@
177176

178177
// Unnecessary (string) is inserted
179178
NullToStrictStringFuncCallArgRector::class,
180-
181-
// buggy with default value
182-
NarrowUnusedSetUpDefinedPropertyRector::class,
183179
])
184180
// auto import fully qualified class names
185181
->withImportNames(removeUnusedImports: true)

0 commit comments

Comments
 (0)