@@ -127,7 +127,7 @@ |
||
| 127 | 127 | /** |
| 128 | 128 | * create the storage that is mounted |
| 129 | 129 | * |
| 130 | - * @return \OC\Files\Storage\Storage |
|
| 130 | + * @return null|\OCP\Files\Storage |
|
| 131 | 131 | */ |
| 132 | 132 | private function createStorage() { |
| 133 | 133 | if ($this->invalidStorage) { |
@@ -24,7 +24,6 @@ |
||
| 24 | 24 | namespace OC\Files\Storage; |
| 25 | 25 | |
| 26 | 26 | use OC\Files\Cache\FailedCache; |
| 27 | -use OCP\Files\Storage\IStorage; |
|
| 28 | 27 | use \OCP\Lock\ILockingProvider; |
| 29 | 28 | use \OCP\Files\StorageNotAvailableException; |
| 30 | 29 | |
@@ -37,7 +37,6 @@ |
||
| 37 | 37 | namespace OC\Files\Storage; |
| 38 | 38 | |
| 39 | 39 | use OCP\Files\ForbiddenException; |
| 40 | -use OCP\Files\Storage\IStorage; |
|
| 41 | 40 | |
| 42 | 41 | /** |
| 43 | 42 | * for local filestore, we only have to map the paths |