Browse Source

Fix phpdoc

pull/892/head
Roeland Jago Douma 9 years ago
parent
commit
035f55c913
No known key found for this signature in database GPG Key ID: 1E152838F164D13B
  1. 2
      lib/private/Notification/Manager.php

2
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[] */

Loading…
Cancel
Save