Completed
Pull Request — master (#30485)
by Tom
12:53
created
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.
lib/private/legacy/response.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -274,7 +274,7 @@  discard block
 block discarded – undo
274 274
 	 * @param string $userId
275 275
 	 * @param string $domain
276 276
 	 * @param \OCP\IConfig $config
277
-	 * @param array $headers
277
+	 * @param string[] $headers
278 278
 	 *
279 279
 	 * Format of $headers:
280 280
 	 * Array [
@@ -318,7 +318,7 @@  discard block
 block discarded – undo
318 318
 	 * This function adds the CORS headers for all domains
319 319
 	 *
320 320
 	 * @param Sabre\HTTP\ResponseInterface $response
321
-	 * @param Array $headers
321
+	 * @param string[] $headers
322 322
 	 *
323 323
 	 * Format of $headers:
324 324
 	 * Array [
Please login to merge, or discard this patch.