Changed description of variable

This commit is contained in:
Sergio Bertolin 2016-10-14 07:33:46 +00:00 committed by Roeland Jago Douma
parent a3c3ec9dd7
commit 7d9e031abe
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
1 changed files with 1 additions and 1 deletions

View 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;
/**