Fix typo in PHPDoc
This commit is contained in:
parent
ac367b97f0
commit
da06447c3b
|
@ -28,7 +28,7 @@ use OCP\Notification\INotification;
|
|||
use OCP\Notification\INotifier;
|
||||
|
||||
class Manager implements IManager {
|
||||
/** @var IApp */
|
||||
/** @var IApp[] */
|
||||
protected $apps;
|
||||
|
||||
/** @var INotifier */
|
||||
|
|
Loading…
Reference in New Issue