Completed
Pull Request — master (#2247)
by Jan-Christoph
11:14 queued 02:58
created
apps/files_sharing/lib/SharedStorage.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
 namespace OCA\Files_Sharing;
33 33
 
34 34
 use OC\Files\Filesystem;
35
-use OC\Files\Cache\FailedCache;
36 35
 use OC\Files\Storage\FailedStorage;
37 36
 use OCP\Constants;
38 37
 use OCP\Files\Cache\ICacheEntry;
Please login to merge, or discard this patch.
apps/files_sharing/lib/Controller/ShareesAPIController.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -350,7 +350,7 @@  discard block
 block discarded – undo
350 350
 	 * split user and remote from federated cloud id
351 351
 	 *
352 352
 	 * @param string $address federated share address
353
-	 * @return array [user, remoteURL]
353
+	 * @return string[] [user, remoteURL]
354 354
 	 * @throws \Exception
355 355
 	 */
356 356
 	public function splitUserRemote($address) {
@@ -625,6 +625,9 @@  discard block
 block discarded – undo
625 625
 		return $result;
626 626
 	}
627 627
 
628
+	/**
629
+	 * @param string $search
630
+	 */
628 631
 	protected function getLookup($search) {
629 632
 		$client = $this->clientService->newClient();
630 633
 
Please login to merge, or discard this patch.