File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/files_trashbin/lib/Sabre Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ function () use ($node) {
101101 fn () => $ this ->previewManager ->isAvailable ($ node ->getFileInfo ()) ? 'true ' : 'false '
102102 );
103103 $ propFind ->handle (
104- FilesPlugin::GETETAG_PROPERTYNAME ,
104+ FilesPlugin::GETETAG_PROPERTYNAME ,
105105 fn () => $ node ->getLastModified () // Etag based on last modified time of deleted item
106106 );
107107 $ propFind ->handle (
@@ -117,7 +117,7 @@ function () use ($node) {
117117 }
118118
119119 /**
120- * Suggest the original filename to the browser for the download.
120+ * Suggest the original filename to the browser for the download.
121121 */
122122 public function httpGet (RequestInterface $ request , ResponseInterface $ response ): void {
123123 $ path = $ request ->getPath ();
You can’t perform that action at this time.
0 commit comments