withPaths([ __DIR__ . '/lib', __DIR__ . '/tests', ]) ->withSkip([ __DIR__ . '/lib/Vendor' ]) ->withPreparedSets( phpunitCodeQuality: true, ) ->withPhpSets( php74: true, ) ->withRules([ AddTestsVoidReturnTypeWhereNoReturnRector::class, ]);