withPaths([ __DIR__ . '/app', __DIR__ . '/bootstrap/app.php', __DIR__ . '/bootstrap/providers.php', __DIR__ . '/database', __DIR__ . '/public', __DIR__ . '/routes', __DIR__ . '/tests', ]) ->withPreparedSets( deadCode: true, codeQuality: true, typeDeclarations: true, privatization: true, earlyReturn: true, strictBooleans: true, ) ->withPhpSets();