withPaths([ __DIR__ . '/app', __DIR__ . '/routes', __DIR__ . '/config', ]) ->withPhpSets() ->withSets([LevelSetList::UP_TO_PHP_85]) ->withRules([ AddVoidReturnTypeWhereNoReturnRector::class, ]);