paths([ __DIR__.'/app', __DIR__.'/tests', ]); $rectorConfig->sets([ LevelSetList::UP_TO_PHP_82, SetList::CODE_QUALITY, SetList::DEAD_CODE, SetList::EARLY_RETURN, SetList::TYPE_DECLARATION, ]); $rectorConfig->skip([ // Skip any specific rules if needed ]); };