Completed
Pull Request — master (#6651)
by Robin
14:37
created
lib/private/Remote/Api/ApiBase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
 	 * @param array $body
57 57
 	 * @param array $query
58 58
 	 * @param array $headers
59
-	 * @return resource|string
59
+	 * @return string
60 60
 	 */
61 61
 	protected function request($method, $url, array $body = [], array $query = [], array $headers = []) {
62 62
 		$fullUrl = trim($this->instance->getFullUrl(), '/') . '/' . $url;
Please login to merge, or discard this patch.