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