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 41e3151 commit 0469a40Copy full SHA for 0469a40
rector.php
@@ -5,8 +5,8 @@
5
use Rector\Config\RectorConfig;
6
use Rector\Naming\Rector\Class_\RenamePropertyToMatchTypeRector;
7
use Rector\Php74\Rector\LNumber\AddLiteralSeparatorToNumberRector;
8
+use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitSelfCallRector;
9
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
-use Rector\PHPUnit\Rector\Class_\PreferPHPUnitSelfCallRector;
10
use Rector\PHPUnit\Set\PHPUnitSetList;
11
use Rector\Set\ValueObject\LevelSetList;
12
use Rector\Set\ValueObject\SetList;
0 commit comments