@ -184,6 +187,9 @@ class OwnershipTransferService {
$shares,
$output
);
if ($sizeDifference !== 0) {
$output->writeln("Transferred folder have a size difference of: $sizeDifference Bytes which means the transfer may be incomplete. Please check the logs if there was any issue during the transfer operation.");
}
}
private function sanitizeFolderName(string $name): string {