Completed
Pull Request — master (#30489)
by Juan Pablo
36:58 queued 25:42
created
lib/private/Notification/Manager.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -113,6 +113,8 @@
 block discarded – undo
113 113
 	 * INTERNAL USE ONLY!! This method isn't part of the IManager interface
114 114
 	 * @internal This should only be used by the RegisterNotifierEvent (the actual implementation).
115 115
 	 * Do NOT use this method outside as it might not work as expected.
116
+	 * @param string $id
117
+	 * @param string $name
116 118
 	 */
117 119
 	public function registerBuiltNotifier(INotifier $notifier, $id, $name) {
118 120
 		if (!isset($this->builtNotifiersHolder[$id]) && !isset($this->notifiersInfo[$id])) {
Please login to merge, or discard this patch.