diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-09-11 17:10:10 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-09-11 17:10:10 +0200 |
commit | 1924dd348a41bb52968f4fe598dd6f170536c724 (patch) | |
tree | bbe3748db0af564a886b77969309525072c7123b /lib/public | |
parent | 0468a7dfd4379a2ab557a66d0b8ac2a01336f4ab (diff) | |
parent | 1c10fb5c9f583d562184097fd2fd97e1b121773f (diff) | |
download | nextcloud-server-1924dd348a41bb52968f4fe598dd6f170536c724.tar.gz nextcloud-server-1924dd348a41bb52968f4fe598dd6f170536c724.zip |
Merge pull request #18653 from owncloud/dav-stream-guzzle
stream webdav downloads using 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(); |