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