summaryrefslogtreecommitdiffstats
path: root/lib/Notification
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-07 09:03:12 +0200
committerJoas Schilling <coding@schilljs.com>2022-04-07 09:03:12 +0200
commit44104b9ab6b642785a8ffa5428f927c8f07c5898 (patch)
treed0509cbbe12a21d79cb250038fa26877db64ca8d /lib/Notification
parent1c09388fb2d46b9aba667df74bc9799d27edddf3 (diff)
Fix type handling
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Notification')
-rw-r--r--lib/Notification/Notifier.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Notification/Notifier.php b/lib/Notification/Notifier.php
index 4c2ff8030..ce569d474 100644
--- a/lib/Notification/Notifier.php
+++ b/lib/Notification/Notifier.php
@@ -66,8 +66,7 @@ class Notifier implements INotifier {
protected ICommentsManager $commentManager;
protected MessageParser $messageParser;
protected Definitions $definitions;
- /** @var AddressHandler */
- protected $addressHandler;
+ protected AddressHandler $addressHandler;
/** @var Room[] */
protected array $rooms = [];