From a239505ccc5837c1d73e7c8c6739f0d292351f9a Mon Sep 17 00:00:00 2001 From: SonataCI Date: Tue, 6 Feb 2024 00:24:05 +0000 Subject: [PATCH] DevKit updates --- rector.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rector.php b/rector.php index 2456d3ec..93a605cc 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, ]);