summaryrefslogtreecommitdiffstats
path: root/lib/private/Notification/Manager.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-08-16 20:26:28 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-16 20:26:28 +0200
commit035f55c91390992f723a2037a773884dc0ea06e8 (patch)
treed52638724901ef6b0891ceac7c17b70b406de8ed /lib/private/Notification/Manager.php
parent15c1b3c5098fe66973b504388a16c46004bde0a4 (diff)
downloadnextcloud-server-035f55c91390992f723a2037a773884dc0ea06e8.tar.gz
nextcloud-server-035f55c91390992f723a2037a773884dc0ea06e8.zip
Fix phpdoc
Diffstat (limited to 'lib/private/Notification/Manager.php')
-rw-r--r--lib/private/Notification/Manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Notification/Manager.php b/lib/private/Notification/Manager.php
index 240cb1e11ff..a079561f5c9 100644
--- a/lib/private/Notification/Manager.php
+++ b/lib/private/Notification/Manager.php
@@ -33,7 +33,7 @@ class Manager implements IManager {
/** @var IApp[] */
protected $apps;
- /** @var INotifier */
+ /** @var INotifier[] */
protected $notifiers;
/** @var array[] */