withPaths([ __DIR__ . '/src', __DIR__ . '/tests', ]) ->withPhpSets(php85: true) ->withRules([ InlineConstructorDefaultToPropertyRector::class, ]) ->withSkip([ ClosureToArrowFunctionRector::class, ReadOnlyPropertyRector::class, ]);