]> source.dussan.org Git - nextcloud-server.git/commitdiff
Changed description of variable
authorSergio Bertolin <sbertolin@solidgear.es>
Fri, 14 Oct 2016 07:33:46 +0000 (07:33 +0000)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 2 Nov 2016 07:49:58 +0000 (08:49 +0100)
build/integration/features/bootstrap/WebDav.php

index c59d035d1e730d3153d256e2aeffcd1ad0a78ac2..69962a7282dea364194953c818ad5f4b08724dff 100644 (file)
@@ -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;
 
        /**