From a427fa828492107cc704c346e27f92a9cc2363e4 Mon Sep 17 00:00:00 2001 From: SonataCI Date: Tue, 6 Feb 2024 00:24:45 +0000 Subject: [PATCH] DevKit updates --- rector.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rector.php b/rector.php index 2456d3ec5..93a605cc6 100644 --- a/rector.php +++ b/rector.php @@ -21,7 +21,6 @@ use Rector\Php70\Rector\FunctionLike\ExceptionHandlerTypehintRector; use Rector\PHPUnit\CodeQuality\Rector\Class_\AddSeeTestAnnotationRector; use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector; -use Rector\PHPUnit\Set\PHPUnitLevelSetList; use Rector\PHPUnit\Set\PHPUnitSetList; use Rector\Set\ValueObject\LevelSetList; @@ -33,7 +32,7 @@ $rectorConfig->sets([ LevelSetList::UP_TO_PHP_80, - PHPUnitLevelSetList::UP_TO_PHPUNIT_90, + PHPUnitSetList::PHPUNIT_90, PHPUnitSetList::PHPUNIT_CODE_QUALITY, ]);