From 853db93601bbcec61a0a43caf4d3172f7ac14084 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 27 Dec 2025 00:26:11 -0500 Subject: [PATCH] chore: typo fixup Signed-off-by: Josh --- apps/files_trashbin/lib/Sabre/TrashbinPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); }