Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-09-25 12:12:49 +0300
committerJoas Schilling <coding@schilljs.com>2017-09-25 16:32:15 +0300
commit620a2c19a3d88cf1e357cc5bbdb36375bb8e740f (patch)
treeb3fe79119693da02e11e7cbbd44ff91039bcd1a0 /lib/Manager.php
parent6150ac24f5d5d1af2c3f9d042798fc1ebbcf1df6 (diff)
Fix getRoomForSession with guests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Manager.php')
-rw-r--r--lib/Manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Manager.php b/lib/Manager.php
index 9dfe73272..de438263b 100644
--- a/lib/Manager.php
+++ b/lib/Manager.php
@@ -241,7 +241,7 @@ class Manager {
}
/**
- * @param string $userId
+ * @param string|null $userId
* @param string $sessionId
* @return Room
* @throws RoomNotFoundException