summaryrefslogtreecommitdiffstats
path: root/lib/public/http/client/iresponse.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/http/client/iresponse.php')
-rw-r--r--lib/public/http/client/iresponse.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/http/client/iresponse.php b/lib/public/http/client/iresponse.php
index 0e0ef4c5014..92bb7af82dd 100644
--- a/lib/public/http/client/iresponse.php
+++ b/lib/public/http/client/iresponse.php
@@ -30,7 +30,7 @@ namespace OCP\Http\Client;
*/
interface IResponse {
/**
- * @return string
+ * @return string|resource
* @since 8.1.0
*/
public function getBody();