From fb128d2b28501c33d5a3db8190dd6b03a47e7175 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 28 Nov 2024 15:05:06 +0100 Subject: [PATCH] chore: psalm fixes Signed-off-by: Robin Appelman [skip ci] --- lib/Mount/MountProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Mount/MountProvider.php b/lib/Mount/MountProvider.php index 7a664cf7f..44241a620 100644 --- a/lib/Mount/MountProvider.php +++ b/lib/Mount/MountProvider.php @@ -294,7 +294,7 @@ public function getTrashMount( $storage = $this->getRootFolder()->getStorage(); - $storage->setOwner($user?->getUID()); + $storage->setOwner($user->getUID()); $trashPath = $this->getRootFolder()->getInternalPath() . '/trash/' . $id;