mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
chore: php-cs fixup
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
853db93601
commit
80caedb050
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue