Skip to content

Commit 6abf48f

Browse files
committed
skip NarrowUnusedSetUpDefinedPropertyRector as still buggy
Signed-off-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
1 parent 1424bdd commit 6abf48f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rector.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
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;
4849
use Rector\PHPUnit\CodeQuality\Rector\Class_\YieldDataProviderRector;
4950
use Rector\PHPUnit\Set\PHPUnitSetList;
5051
use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
@@ -131,6 +132,9 @@
131132
// To check old Email Config file
132133
__DIR__ . '/src/Commands/Setup.php',
133134
],
135+
136+
// buggy with default value
137+
NarrowUnusedSetUpDefinedPropertyRector::class,
134138
]);
135139

136140
// auto import fully qualified class names

0 commit comments

Comments
 (0)