Changed description of variable
This commit is contained in:
parent
a3c3ec9dd7
commit
7d9e031abe
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue