diff --git a/apps/files_trashbin/lib/Sabre/TrashbinPlugin.php b/apps/files_trashbin/lib/Sabre/TrashbinPlugin.php index b6fce8b3ff7..3122e0b3804 100644 --- a/apps/files_trashbin/lib/Sabre/TrashbinPlugin.php +++ b/apps/files_trashbin/lib/Sabre/TrashbinPlugin.php @@ -112,7 +112,7 @@ class TrashbinPlugin extends ServerPlugin { $propFind->handle( // Storage mount type (e.g., personal, groupfolder, or external storage) FilesPlugin::MOUNT_TYPE_PROPERTYNAME, - fn () => ''; // Trashbin items don't have a mount type currently + fn () => '' // Trashbin items don't have a mount type currently ); }