Skip to content

Commit

Permalink
chore: psalm fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <robin@icewind.nl>

[skip ci]
  • Loading branch information
icewind1991 authored and backportbot[bot] committed Dec 11, 2024
1 parent 3cd106c commit fb128d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mount/MountProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit fb128d2

Please sign in to comment.