withPhpSets(php82: true) ->withCache(__DIR__ . '/.rector-tmp', FileCacheStorage::class) ->withPaths([__DIR__]) ->withSkip([ __DIR__ . '/lib', __DIR__ . '/plugins.local', __DIR__ . '/vendor', // not a fan Rector\Php80\Rector\Class_\ClassPropertyAssignToConstructorPromotionRector::class, // noisy at the moment (needs more review) Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector::class, ]);