paths([ __DIR__.'/src', ]); // register a single rule $rectorConfig->rules([ InlineConstructorDefaultToPropertyRector::class, ]); $rectorConfig->sets([ LevelSetList::UP_TO_PHP_81, SetList::CODE_QUALITY, ]); };