From 7d9e031abe5f9a864d38adfb114756ac1fcf4608 Mon Sep 17 00:00:00 2001 From: Sergio Bertolin Date: Fri, 14 Oct 2016 07:33:46 +0000 Subject: [PATCH] Changed description of variable --- build/integration/features/bootstrap/WebDav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/integration/features/bootstrap/WebDav.php b/build/integration/features/bootstrap/WebDav.php index c59d035d1e..69962a7282 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; /**