withPaths([ __DIR__.'/src', ]) ->withRules([InlineConstructorDefaultToPropertyRector::class]) ->withPreparedSets( codeQuality: true, deadCode: true, earlyReturn: true, ) ->withSets([ LaravelSetList::LARAVEL_110, ]) ->withPhpVersion(PhpVersion::PHP_81) ->withBootstrapFiles([__DIR__.'/vendor/larastan/larastan/bootstrap.php']) ->withPHPStanConfigs([__DIR__.'/phpstan.neon.rector.dist']);