diff options
Diffstat (limited to 'lib/private/davclient.php')
-rw-r--r-- | lib/private/davclient.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/private/davclient.php b/lib/private/davclient.php index f93b175f352..afa4e1103b4 100644 --- a/lib/private/davclient.php +++ b/lib/private/davclient.php @@ -31,8 +31,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 + * @param integer $timeout in seconds or 0 to disable */ public function setRequestTimeout($timeout) { $this->requestTimeout = (int)$timeout; |