Completed
Pull Request — master (#30485)
by Jörn Friedrich
12:24
created
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.
core/Middleware/TwoFactorMiddleware.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -109,8 +109,8 @@
 block discarded – undo
109 109
 	}
110 110
 
111 111
 	/**
112
-	 * @param $controller
113
-	 * @param $methodName
112
+	 * @param Controller $controller
113
+	 * @param string $methodName
114 114
 	 * @throws TwoFactorAuthRequiredException
115 115
 	 * @throws UserAlreadyLoggedInException
116 116
 	 */
Please login to merge, or discard this patch.