summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorSergio Bertolin <sbertolin@solidgear.es>2016-10-14 07:33:46 +0000
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-02 08:49:58 +0100
commit7d9e031abe5f9a864d38adfb114756ac1fcf4608 (patch)
treeb249479c51ceb206876815e96e22a8f097df2fac /build
parenta3c3ec9dd7e6d0145fac195a4338c11592589450 (diff)
downloadnextcloud-server-7d9e031abe5f9a864d38adfb114756ac1fcf4608.tar.gz
nextcloud-server-7d9e031abe5f9a864d38adfb114756ac1fcf4608.zip
Changed description of variable
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/bootstrap/WebDav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/WebDav.php b/build/integration/features/bootstrap/WebDav.php
index c59d035d1e7..69962a7282d 100644
--- a/build/integration/features/bootstrap/WebDav.php
+++ b/build/integration/features/bootstrap/WebDav.php
@@ -42,7 +42,7 @@ trait WebDav {
private $davPath = "remote.php/webdav";
/** @var ResponseInterface */
private $response;
- /** @var array */
+ /** @var map with user as key and another map as value, which has path as key and etag as value */
private $storedETAG = NULL;
/**