@@ -350,7 +350,7 @@ discard block |
||
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 |
||
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 |