diff --git a/UPGRADING.md b/UPGRADING.md index b07015a..9629252 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -55,7 +55,7 @@ return RectorConfig::configure() ]) ->withRules([ JwtAuthUpgradeRector::class, - ]) + ]); ``` Run rector in dry run mode, this will show the changes that will be made before applying them, once you are ready to