@@ -385,7 +385,7 @@ discard block |
||
385 | 385 | * split user and remote from federated cloud id |
386 | 386 | * |
387 | 387 | * @param string $address federated share address |
388 | - * @return array [user, remoteURL] |
|
388 | + * @return string[] [user, remoteURL] |
|
389 | 389 | * @throws \Exception |
390 | 390 | */ |
391 | 391 | public function splitUserRemote($address) { |
@@ -652,6 +652,9 @@ discard block |
||
652 | 652 | return $result; |
653 | 653 | } |
654 | 654 | |
655 | + /** |
|
656 | + * @param string $search |
|
657 | + */ |
|
655 | 658 | protected function getLookup($search) { |
656 | 659 | $isEnabled = $this->config->getAppValue('files_sharing', 'lookupServerEnabled', 'no'); |
657 | 660 | $lookupServerUrl = $this->config->getSystemValue('lookup_server', 'https://lookup.nextcloud.com'); |