Skip to content

Commit 630caec

Browse files
committed
chore: psalm fixes
Signed-off-by: Robin Appelman <[email protected]>
1 parent 98c45aa commit 630caec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žlib/Mount/GroupFolderStorage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class GroupFolderStorage extends Quota implements IConstructableStorage {
2323
private ?ICacheEntry $rootEntry;
2424
private IUserSession $userSession;
2525
private ?IUser $mountOwner;
26-
/** @var RootEntryCache|null */
26+
/** @var ICache|null */
2727
public $cache;
2828

2929
public function __construct($parameters) {

β€Žlib/Mount/MountProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function getTrashMount(
229229

230230
$storage = $this->getRootFolder()->getStorage();
231231

232-
$storage->setOwner($user?->getUID());
232+
$storage->setOwner($user->getUID());
233233

234234
$trashPath = $this->getRootFolder()->getInternalPath() . '/trash/' . $id;
235235

0 commit comments

Comments
Β (0)