Skip to content

Commit 15bb14d

Browse files
committed
DevKit updates
1 parent 0ca1629 commit 15bb14d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
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 @@
4647
NullToStrictStringFuncCallArgRector::class,
4748
PreferPHPUnitThisCallRector::class,
4849
NarrowUnusedSetUpDefinedPropertyRector::class,
50+
RemoveNeverUsedMockPropertyRector::class,
4951
]);
5052
};

0 commit comments

Comments
 (0)