Completed
Pull Request — master (#32537)
by Phil
14:42
created
lib/private/Http/Client/Response.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 
67 67
 	/**
68 68
 	 * @param $key
69
-	 * @return string
69
+	 * @return string[]
70 70
 	 */
71 71
 	public function getHeader($key) {
72 72
 		return $this->response->getHeader($key);
Please login to merge, or discard this patch.