Skip to content

Commit

Permalink
skip NarrowUnusedSetUpDefinedPropertyRector as still buggy
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Malik Ikhsan <[email protected]>
  • Loading branch information
samsonasik committed Nov 5, 2024
1 parent 1424bdd commit 6abf48f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
use Rector\PHPUnit\AnnotationsToAttributes\Rector\Class_\AnnotationWithValueToAttributeRector;
use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
use Rector\PHPUnit\CodeQuality\Rector\Class_\YieldDataProviderRector;
use Rector\PHPUnit\Set\PHPUnitSetList;
use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
Expand Down Expand Up @@ -131,6 +132,9 @@
// To check old Email Config file
__DIR__ . '/src/Commands/Setup.php',
],

// buggy with default value
NarrowUnusedSetUpDefinedPropertyRector::class,
]);

// auto import fully qualified class names
Expand Down

0 comments on commit 6abf48f

Please sign in to comment.