Completed
Pull Request — master (#30468)
by Juan Pablo
33:34 queued 23:13
created
apps/notifications_mail/lib/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
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 = []) {
Please login to merge, or discard this patch.
lib/private/Notification/Manager.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -112,6 +112,8 @@
 block discarded – undo
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])) {
Please login to merge, or discard this patch.