withParallel(240, 8) ->withPaths([ __DIR__ . '/lam/help', __DIR__ . '/lam/lib', __DIR__ . '/lam/templates', __DIR__ . '/lam/tests', ]) ->withSets([ SetList::DEAD_CODE, LevelSetList::UP_TO_PHP_81, SetList::CODE_QUALITY, ]) ->withSkip([ __DIR__ . '/lam/lib/3rdParty', NullToStrictStringFuncCallArgRector::class, ReadOnlyPropertyRector::class, ClassPropertyAssignToConstructorPromotionRector::class, StaticCallOnNonStaticToInstanceCallRector::class, StringifyStrNeedlesRector::class, RestoreDefaultNullToNullableTypePropertyRector::class, ForRepeatedCountToOwnVariableRector::class, SimplifyEmptyCheckOnEmptyArrayRector::class ]) ->withFileExtensions([ 'php', 'inc' ]);