Completed
Pull Request — master (#657)
by Björn
60:41 queued 51:41
created
apps/sharebymail/lib/ShareByMailProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -473,7 +473,7 @@
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.
apps/files_sharing/lib/Controller/ShareAPIController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.