Skip to content

Commit

Permalink
enable skipped NarrowUnusedSetUpDefinedPropertyRector
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Nov 8, 2024
1 parent 17d1a49 commit 6b43fa9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
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 @@ -132,9 +131,6 @@
// 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 6b43fa9

Please sign in to comment.