withPaths([ __DIR__.'/src', __DIR__.'/tests', ]) ->withSkip([ ReadOnlyPropertyRector::class, EncapsedStringsToSprintfRector::class, NewlineBetweenClassLikeStmtsRector::class, StringClassNameToClassConstantRector::class => [ __DIR__.'/src/Server/Http/Controllers/OAuthRegisterController.php', ], ]) ->withPreparedSets( deadCode: true, codeQuality: true, codingStyle: true, typeDeclarations: true, earlyReturn: true, )->withPhpSets(php82: true);