Skip to content

Commit 80caedb

Browse files
chore: php-cs fixup
Signed-off-by: Josh <[email protected]>
1 parent 853db93 commit 80caedb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/files_trashbin/lib/Sabre/TrashbinPlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)