withPaths([ __DIR__ . '/appinfo', __DIR__ . '/composer', __DIR__ . '/lib', __DIR__ . '/templates', __DIR__ . '/tests/php', ]) ->withPhpSets(php81: true) ->withSets([ NextcloudSets::NEXTCLOUD_30, ]) ->withTypeCoverageLevel(0) ->withSkip([ ReadOnlyPropertyRector::class, __DIR__ . '/lib/Vendor', ]); ;