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 <213943+nickvergessen@users.noreply.github.com>2022-08-30 17:58:01 +0300
committerGitHub <noreply@github.com>2022-08-30 17:58:01 +0300
commitf7c24e65c888c95252f72db96bd7de66fe1c87e5 (patch)
tree1f864f1e1427c8206ad87d63ef9f549e1dca79a0 /lib
parent68081ac3190a8192539e9824214b86491ec5f971 (diff)
parent05f1b36bf7069376e393fcf50adab0ca3a8b9525 (diff)
Merge pull request #7823 from nextcloud/td/noid/var-hint
add var hint
Diffstat (limited to 'lib')
-rw-r--r--lib/Chat/Command/Listener.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Chat/Command/Listener.php b/lib/Chat/Command/Listener.php
index 7f469fe59..aaac4b088 100644
--- a/lib/Chat/Command/Listener.php
+++ b/lib/Chat/Command/Listener.php
@@ -49,6 +49,9 @@ class Listener {
$message = $event->getComment();
$participant = $event->getParticipant();
+ /**
+ * @var Listener $listener
+ */
$listener = Server::get(self::class);
if (strpos($message->getMessage(), '//') === 0) {