@@ -22,7 +22,6 @@ |
||
22 | 22 | |
23 | 23 | namespace OC\App; |
24 | 24 | |
25 | -use OC_Util; |
|
26 | 25 | use OCP\IConfig; |
27 | 26 | |
28 | 27 | /** |
@@ -120,7 +120,7 @@ |
||
120 | 120 | * Set a value in the cache if it's not already stored |
121 | 121 | * |
122 | 122 | * @param string $key |
123 | - * @param mixed $value |
|
123 | + * @param integer $value |
|
124 | 124 | * @param int $ttl Time To Live in seconds. Defaults to 60*60*24 |
125 | 125 | * @return bool |
126 | 126 | */ |
@@ -8,8 +8,6 @@ |
||
8 | 8 | use Sabre\DAV\Exception\NotFound; |
9 | 9 | use Sabre\DAV\Server; |
10 | 10 | use Sabre\DAV\ServerPlugin; |
11 | -use Sabre\DAV\XMLUtil; |
|
12 | -use Sabre\DAVACL\IACL; |
|
13 | 11 | use Sabre\HTTP\RequestInterface; |
14 | 12 | use Sabre\HTTP\ResponseInterface; |
15 | 13 |