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