withPaths([ __DIR__.'/src', __DIR__.'/tests', ]) ->withSkip([ ReadOnlyPropertyRector::class, EncapsedStringsToSprintfRector::class, DisallowedEmptyRuleFixerRector::class, ]) ->withPreparedSets( deadCode: true, codeQuality: true, codingStyle: true, typeDeclarations: true, earlyReturn: true, )->withPhpSets(php81: true);