@@ -473,7 +473,7 @@ |
||
473 | 473 | /** |
474 | 474 | * get database row of a give share |
475 | 475 | * |
476 | - * @param $id |
|
476 | + * @param integer $id |
|
477 | 477 | * @return array |
478 | 478 | * @throws ShareNotFound |
479 | 479 | */ |
@@ -23,7 +23,6 @@ discard block |
||
23 | 23 | */ |
24 | 24 | namespace OCA\Files_Sharing\Controller; |
25 | 25 | |
26 | -use OC\Share20\Exception\ProviderException; |
|
27 | 26 | use OCP\AppFramework\Http\DataResponse; |
28 | 27 | use OCP\AppFramework\OCS\OCSBadRequestException; |
29 | 28 | use OCP\AppFramework\OCS\OCSException; |
@@ -37,7 +36,6 @@ discard block |
||
37 | 36 | use OCP\IUserManager; |
38 | 37 | use OCP\IRequest; |
39 | 38 | use OCP\IURLGenerator; |
40 | -use OCP\IUser; |
|
41 | 39 | use OCP\Files\IRootFolder; |
42 | 40 | use OCP\Lock\LockedException; |
43 | 41 | use OCP\Share\IManager; |