@@ -27,7 +27,6 @@ |
||
| 27 | 27 | use OCA\notifications_mail\NotificationSender; |
| 28 | 28 | use OCA\notifications_mail\NotificationConsumer; |
| 29 | 29 | use OCA\notifications_mail\Controller\NotificationOptionsController; |
| 30 | -use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
|
| 31 | 30 | |
| 32 | 31 | class Application extends App { |
| 33 | 32 | public function __construct(array $urlParams = []) { |
@@ -112,6 +112,8 @@ |
||
| 112 | 112 | |
| 113 | 113 | /** |
| 114 | 114 | * INTERNAL USE ONLY!! This method isn't part of the IManager interface |
| 115 | + * @param string $id |
|
| 116 | + * @param string $name |
|
| 115 | 117 | */ |
| 116 | 118 | public function registerBuiltNotifier(INotifier $notifier, $id, $name) { |
| 117 | 119 | if (!isset($this->builtNotifiersHolder[$id]) && !isset($this->notifiersInfo[$id])) { |