Completed
Pull Request — master (#29773)
by Phil
34:36
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 RegisterNotifierEventImpl (the real 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.
settings/Controller/CorsController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,6 @@
 block discarded – undo
134 134
 	 * @NoAdminRequired
135 135
 	 * @NoSubadminRequired
136 136
 	 *
137
-	 * @param string $domain Domain to remove
138 137
 	 * @return RedirectResponse Redirection to the settings page.
139 138
 	 */
140 139
 	public function removeDomain($id) {
Please login to merge, or discard this patch.