Completed
Push — master ( cf7c4a...422c3e )
by Lukas
15:02
created
apps/files_sharing/lib/Controller/ShareesAPIController.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -391,7 +391,7 @@  discard block
 block discarded – undo
391 391
 	 * split user and remote from federated cloud id
392 392
 	 *
393 393
 	 * @param string $address federated share address
394
-	 * @return array [user, remoteURL]
394
+	 * @return string[] [user, remoteURL]
395 395
 	 * @throws \InvalidArgumentException
396 396
 	 */
397 397
 	public function splitUserRemote($address) {
@@ -697,6 +697,9 @@  discard block
 block discarded – undo
697 697
 		return $result;
698 698
 	}
699 699
 
700
+	/**
701
+	 * @param string $search
702
+	 */
700 703
 	protected function getLookup($search) {
701 704
 		$isEnabled = $this->config->getAppValue('files_sharing', 'lookupServerEnabled', 'no');
702 705
 		$lookupServerUrl = $this->config->getSystemValue('lookup_server', 'https://lookup.nextcloud.com');
Please login to merge, or discard this patch.