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 9, 2024
1 parent aad4820 commit 862cef6
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 @@ -43,7 +43,6 @@
use Rector\Php80\Rector\Class_\ClassPropertyAssignToConstructorPromotionRector;
use Rector\Php80\Rector\FunctionLike\MixedTypeRector;
use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
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 @@ -177,9 +176,6 @@

// Unnecessary (string) is inserted
NullToStrictStringFuncCallArgRector::class,

// buggy with default value
NarrowUnusedSetUpDefinedPropertyRector::class,
])
// auto import fully qualified class names
->withImportNames(removeUnusedImports: true)
Expand Down

0 comments on commit 862cef6

Please sign in to comment.