withPaths([ __FILE__, __DIR__ . '/docs', __DIR__ . '/src', __DIR__ . '/tests', ]) ->withPhpSets() ->withTypeCoverageLevel(0) ->withSkip([ RemoveExtraParametersRector::class, ClosureToArrowFunctionRector::class, NullToStrictStringFuncCallArgRector::class, MixedTypeRector::class, AddClosureVoidReturnTypeWhereNoReturnRector::class, ]);