Skip to content

Commit 6b43fa9

Browse files
committed
enable skipped NarrowUnusedSetUpDefinedPropertyRector
1 parent 17d1a49 commit 6b43fa9

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
@@ -45,7 +45,6 @@
4545
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
4646
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
4747
use Rector\PHPUnit\AnnotationsToAttributes\Rector\Class_\AnnotationWithValueToAttributeRector;
48-
use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
4948
use Rector\PHPUnit\CodeQuality\Rector\Class_\YieldDataProviderRector;
5049
use Rector\PHPUnit\Set\PHPUnitSetList;
5150
use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
@@ -132,9 +131,6 @@
132131
// To check old Email Config file
133132
__DIR__ . '/src/Commands/Setup.php',
134133
],
135-
136-
// buggy with default value
137-
NarrowUnusedSetUpDefinedPropertyRector::class,
138134
]);
139135

140136
// auto import fully qualified class names

0 commit comments

Comments
 (0)