From ee76368d0ddcdf92fad691d3d7096455fbc9d64f Mon Sep 17 00:00:00 2001 From: geni_jaho Date: Sun, 11 Aug 2024 22:42:55 +0200 Subject: [PATCH] Update code example in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ef59442..9b120579 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ To improve different aspects of your code, use the sets in `RectorLaravel\Set\La use Rector\Config\RectorConfig; use RectorLaravel\Set\LaravelSetList; -return Rector\Config\RectorConfig::configure() +return RectorConfig::configure() ->withSets([ LaravelSetList::LARAVEL_CODE_QUALITY, LaravelSetList::LARAVEL_COLLECTION,