diff options
Diffstat (limited to 'lib/private/davclient.php')
-rw-r--r-- | lib/private/davclient.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/davclient.php b/lib/private/davclient.php index 28f48f3b921..f93b175f352 100644 --- a/lib/private/davclient.php +++ b/lib/private/davclient.php @@ -32,6 +32,7 @@ class OC_DAVClient extends \Sabre_DAV_Client { /** * @brief Sets the request timeout or 0 to disable timeout. * @param int timeout in seconds or 0 to disable + * @param integer $timeout */ public function setRequestTimeout($timeout) { $this->requestTimeout = (int)$timeout; |