Skip to content

Commit 976b587

Browse files
authored
skip rector rule that breaks things (#3068)
1 parent 9f2aba4 commit 976b587

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

templates/project/rector.php.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
2323
use Rector\Php81\Rector\Property\ReadOnlyPropertyRector;
2424
use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
2525
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
26+
use Rector\PHPUnit\CodeQuality\Rector\Class_\RemoveNeverUsedMockPropertyRector;
2627
use Rector\PHPUnit\Set\PHPUnitSetList;
2728
use Rector\Set\ValueObject\LevelSetList;
2829
@@ -46,5 +47,6 @@ return static function (RectorConfig $rectorConfig): void {
4647
NullToStrictStringFuncCallArgRector::class,
4748
PreferPHPUnitThisCallRector::class,
4849
NarrowUnusedSetUpDefinedPropertyRector::class,
50+
RemoveNeverUsedMockPropertyRector::class,
4951
]);
5052
};

0 commit comments

Comments
 (0)