withPaths([ __DIR__ . '/app', __DIR__ . '/routes', __DIR__ . '/config', __DIR__ . '/tests', ]) ->withSkip([ AddOverrideAttributeToOverriddenMethodsRector::class, ]) ->withPreparedSets( deadCode: true, codeQuality: true, typeDeclarations: true, privatization: true, earlyReturn: true, strictBooleans: true, ) ->withPhpSets();