diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-08-29 14:52:37 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2015-08-29 14:56:08 +0200 |
commit | b67d39508909e72913c97a050b25b51a9b1bd707 (patch) | |
tree | 9f40e8342c2208c34e92726dba6d3605abf249b7 /lib/public | |
parent | faa62d17993b9467f0041cbca2cafccdcb243385 (diff) | |
download | nextcloud-server-b67d39508909e72913c97a050b25b51a9b1bd707.tar.gz nextcloud-server-b67d39508909e72913c97a050b25b51a9b1bd707.zip |
allow streamed responses in http client
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/http/client/iresponse.php | 2 |
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(); |