Skip to content

Commit 74ff977

Browse files
committed
fixup! fixup! [code-quality] Add ParamTypeFromDependsRector
1 parent 3ee34a2 commit 74ff977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/sets/phpunit-code-quality.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
declare(strict_types=1);
44

55
use Rector\Config\RectorConfig;
6+
use Rector\PHPUnit\CodeQuality\Rector\Class_\AddParamTypeFromDependsRector;
67
use Rector\PHPUnit\CodeQuality\Rector\Class_\ConstructClassMethodToSetUpTestCaseRector;
78
use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
8-
use Rector\PHPUnit\CodeQuality\Rector\Class_\AddParamTypeFromDependsRector;
99
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
1010
use Rector\PHPUnit\CodeQuality\Rector\Class_\RemoveDataProviderParamKeysRector;
1111
use Rector\PHPUnit\CodeQuality\Rector\Class_\SingleMockPropertyTypeRector;

0 commit comments

Comments
 (0)