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
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-12-07 12:42:55 +0300
committerJoas Schilling <coding@schilljs.com>2021-12-07 12:42:55 +0300
commit030d59719ac3d3c4722bdc9035574d777f502687 (patch)
tree9190f016ee5ece1cddc4997d0d5db2f99df369a1 /lib
parent44e3b6c22f12f9488c2ad3672f5be385095a5ed5 (diff)
Fix psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Chat/ChatManager.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Chat/ChatManager.php b/lib/Chat/ChatManager.php
index da9947024..92fd17fe4 100644
--- a/lib/Chat/ChatManager.php
+++ b/lib/Chat/ChatManager.php
@@ -64,7 +64,8 @@ class ChatManager {
public const GEO_LOCATION_VALIDATOR = '/^geo:-?\d{1,2}(\.\d+)?,-?\d{1,3}(\.\d+)?(,-?\d+(\.\d+)?)?(;crs=wgs84)?(;u=\d+(\.\d+)?)?$/i';
- /** @var ICommentsManager */
+ /** @var ICommentsManager|CommentsManager
+ */
private $commentsManager;
/** @var IEventDispatcher */
private $dispatcher;