chore: php-cs fixup

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2025-12-27 00:30:19 -05:00 committed by GitHub
parent 853db93601
commit 80caedb050
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,7 +101,7 @@ class TrashbinPlugin extends ServerPlugin {
fn () => $this->previewManager->isAvailable($node->getFileInfo()) ? 'true' : 'false'
);
$propFind->handle(
FilesPlugin::GETETAG_PROPERTYNAME,
FilesPlugin::GETETAG_PROPERTYNAME,
fn () => $node->getLastModified() // Etag based on last modified time of deleted item
);
$propFind->handle(
@ -117,7 +117,7 @@ class TrashbinPlugin extends ServerPlugin {
}
/**
* Suggest the original filename to the browser for the download.
* Suggest the original filename to the browser for the download.
*/
public function httpGet(RequestInterface $request, ResponseInterface $response): void {
$path = $request->getPath();