@@ -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 |
@@ -394,7 +394,7 @@ discard block |
||
| 394 | 394 | /** |
| 395 | 395 | * store remote ID in federated reShare table |
| 396 | 396 | * |
| 397 | - * @param $shareId |
|
| 397 | + * @param integer $shareId |
|
| 398 | 398 | * @param $remoteId |
| 399 | 399 | */ |
| 400 | 400 | public function storeRemoteId($shareId, $remoteId) { |
@@ -801,7 +801,7 @@ discard block |
||
| 801 | 801 | /** |
| 802 | 802 | * get database row of a give share |
| 803 | 803 | * |
| 804 | - * @param $id |
|
| 804 | + * @param integer $id |
|
| 805 | 805 | * @return array |
| 806 | 806 | * @throws ShareNotFound |
| 807 | 807 | */ |
@@ -1001,12 +1001,12 @@ discard block |
||
| 1001 | 1001 | } |
| 1002 | 1002 | |
| 1003 | 1003 | /** |
| 1004 | - * @param $remote |
|
| 1005 | - * @param $token |
|
| 1006 | - * @param $name |
|
| 1007 | - * @param $owner |
|
| 1008 | - * @param $shareWith |
|
| 1009 | - * @param $remoteId |
|
| 1004 | + * @param string $remote |
|
| 1005 | + * @param string $token |
|
| 1006 | + * @param string $name |
|
| 1007 | + * @param string $owner |
|
| 1008 | + * @param string $shareWith |
|
| 1009 | + * @param integer $remoteId |
|
| 1010 | 1010 | * |
| 1011 | 1011 | * @return int |
| 1012 | 1012 | */ |
@@ -117,7 +117,7 @@ |
||
| 117 | 117 | /** |
| 118 | 118 | * Unix timestamp when lock was created |
| 119 | 119 | * |
| 120 | - * @return mixed |
|
| 120 | + * @return integer |
|
| 121 | 121 | * @since 11.0.0 |
| 122 | 122 | */ |
| 123 | 123 | public function getCreatedAt(): int { |