@@ -24,7 +24,6 @@ |
||
24 | 24 | namespace OC\Files\ObjectStore; |
25 | 25 | |
26 | 26 | use Guzzle\Http\Exception\ClientErrorResponseException; |
27 | -use OCP\Files\Cache\ICacheEntry; |
|
28 | 27 | use OCP\Files\ObjectStore\IObjectStore; |
29 | 28 | use OpenCloud\OpenStack; |
30 | 29 | use OpenCloud\Rackspace; |
@@ -49,6 +49,7 @@ discard block |
||
49 | 49 | * @param resource $stream stream with the data to write |
50 | 50 | * @throws \Exception when something goes wrong, message will be logged |
51 | 51 | * @since 7.0.0 |
52 | + * @return void |
|
52 | 53 | */ |
53 | 54 | function writeObject($urn, $stream); |
54 | 55 | |
@@ -61,7 +62,7 @@ discard block |
||
61 | 62 | function deleteObject($urn); |
62 | 63 | |
63 | 64 | /** |
64 | - * @param string $path |
|
65 | + * @param string|null $urn |
|
65 | 66 | * @return string mixed |
66 | 67 | * @since 10.1.0 |
67 | 68 | */ |
@@ -20,7 +20,6 @@ |
||
20 | 20 | * |
21 | 21 | */ |
22 | 22 | namespace OCP\Files\ObjectStore; |
23 | -use OCP\Files\Cache\ICacheEntry; |
|
24 | 23 | |
25 | 24 | /** |
26 | 25 | * Interface IObjectStore |