withPaths([ __DIR__ . '/appinfo', __DIR__ . '/lib', __DIR__ . '/templates', __DIR__ . '/tests/php', ]) ->withSkipPath(__DIR__ . '/lib/Vendor') ->withPhpSets(php73: true) ->withSets([ NextcloudSets::NEXTCLOUD_27, ]) ->withTypeCoverageLevel(0);