withPaths([ __DIR__.'/app', ]) ->withSkip([ __DIR__.'/bootstrap/cache', __DIR__.'/storage', __DIR__.'/vendor', ]) ->withRules([ RemoveAlwaysElseRector::class, ]);