summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-08-30 11:37:43 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-08-30 11:37:43 +0200
commit05f1b36bf7069376e393fcf50adab0ca3a8b9525 (patch)
treeab48dea012331dac93a4b3f129c26587a728d3e4 /lib
parent2eabd09767d8f5caf4dec9f4b7eb230bfc54b130 (diff)
add var hint
- let's tools like IDEs better deduct the classses and methods used Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
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) {