We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98de0b9 commit 37a3c04Copy full SHA for 37a3c04
1 file changed
rector.php
@@ -23,6 +23,7 @@
23
use Rector\Php81\Rector\Property\ReadOnlyPropertyRector;
24
use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
25
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
26
+use Rector\PHPUnit\CodeQuality\Rector\Class_\RemoveNeverUsedMockPropertyRector;
27
use Rector\PHPUnit\Set\PHPUnitSetList;
28
use Rector\Set\ValueObject\LevelSetList;
29
@@ -46,5 +47,6 @@
46
47
NullToStrictStringFuncCallArgRector::class,
48
PreferPHPUnitThisCallRector::class,
49
NarrowUnusedSetUpDefinedPropertyRector::class,
50
+ RemoveNeverUsedMockPropertyRector::class,
51
]);
52
};
0 commit comments