withPaths([ __DIR__.'/config', __DIR__.'/src', __DIR__.'/tests', ]) ->withPhpSets() ->withPreparedSets(deadCode: true, codeQuality: true) ->withImportNames(removeUnusedImports: true) ->withTypeCoverageLevel(0);