@@ -206,7 +206,7 @@ |
||
| 206 | 206 | } |
| 207 | 207 | |
| 208 | 208 | /** |
| 209 | - * @param $fileId |
|
| 209 | + * @param integer $fileId |
|
| 210 | 210 | * @return array |
| 211 | 211 | * @throws \OCP\Files\NotFoundException |
| 212 | 212 | */ |
@@ -24,14 +24,11 @@ |
||
| 24 | 24 | |
| 25 | 25 | namespace OC\Files\Config; |
| 26 | 26 | |
| 27 | -use Doctrine\DBAL\Exception\UniqueConstraintViolationException; |
|
| 28 | -use OC\Files\Filesystem; |
|
| 29 | 27 | use OCA\Files_Sharing\SharedMount; |
| 30 | 28 | use OCP\DB\QueryBuilder\IQueryBuilder; |
| 31 | 29 | use OCP\Files\Config\ICachedMountInfo; |
| 32 | 30 | use OCP\Files\Config\IUserMountCache; |
| 33 | 31 | use OCP\Files\Mount\IMountPoint; |
| 34 | -use OCP\Files\Node; |
|
| 35 | 32 | use OCP\Files\NotFoundException; |
| 36 | 33 | use OCP\ICache; |
| 37 | 34 | use OCP\IDBConnection; |