Fixes psalm errors: RedundantCondition and TypeDoesNotContainNull.

Signed-off-by: Faraz Samapoor <fsa@adlas.at>
This commit is contained in:
Faraz Samapoor 2023-06-27 21:21:21 +03:30
parent dd67635560
commit 57ff06576a

View File

@ -83,7 +83,7 @@ class AvatarManager implements IAvatarManager {
// sanitize userID - fixes casing issue (needed for the filesystem stuff that is done below)
$userId = $user->getUID();
$requestingUser = $this->userSession?->getUser();
$requestingUser = $this->userSession->getUser();
try {
$folder = $this->appData->getFolder($userId);