@@ -391,7 +391,7 @@ discard block |
||
| 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 |
||
| 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'); |