Completed
Push — master ( 7f40fb...921667 )
by Thomas
10:29
created
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.