withPaths([ __DIR__ . '/lib', __DIR__ . '/tests', ]) ->withSkip([ __DIR__ . '/tests/stubs', ]) ->withPreparedSets( deadCode: true, typeDeclarations: true, )->withPhpSets( php81: true, )->withConfiguredRule(ClassPropertyAssignToConstructorPromotionRector::class, [ 'inline_public' => true, 'rename_property' => true, ]);