diff --git a/rector.php b/rector.php index af2f91c..5b37812 100644 --- a/rector.php +++ b/rector.php @@ -20,7 +20,7 @@ use Rector\Php80\Rector\Class_\AnnotationToAttributeRector; return static function (RectorConfig $rectorConfig): void { - $rectorConfig->withSets([ + $rectorConfig->sets([ CodeigniterSetList::CODEIGNITER_44 ]);