withPaths([ __DIR__ . '/public', __DIR__ . '/src', __DIR__ . '/tests', ]) ->withRootFiles() ->withImportNames(removeUnusedImports: true) ->withPhpSets() ->withPreparedSets( codeQuality: true, typeDeclarations: true, earlyReturn: true, strictBooleans: true, ) ->withImportNames(removeUnusedImports: true) ;