Skip to content

Commit fc72298

Browse files
SonataCIgithub-actions[bot]
authored andcommitted
DevKit updates
1 parent d97292d commit fc72298

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

rector.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
use Rector\Php70\Rector\FunctionLike\ExceptionHandlerTypehintRector;
2222
use Rector\PHPUnit\CodeQuality\Rector\Class_\AddSeeTestAnnotationRector;
2323
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
24-
use Rector\PHPUnit\Set\PHPUnitLevelSetList;
2524
use Rector\PHPUnit\Set\PHPUnitSetList;
2625
use Rector\Set\ValueObject\LevelSetList;
2726

@@ -33,7 +32,7 @@
3332

3433
$rectorConfig->sets([
3534
LevelSetList::UP_TO_PHP_80,
36-
PHPUnitLevelSetList::UP_TO_PHPUNIT_90,
35+
PHPUnitSetList::PHPUNIT_90,
3736
PHPUnitSetList::PHPUNIT_CODE_QUALITY,
3837
]);
3938

0 commit comments

Comments
 (0)