Completed
Pull Request — master (#30468)
by Juan Pablo
14:53
created
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.