Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/9106/head
Morris Jobke 8 years ago committed by Roeland Jago Douma
parent 0b6e197491
commit fa76b49cd2
No known key found for this signature in database
GPG Key ID: F941078878347C0C
  1. 2
      lib/public/OCS/IDiscoveryService.php

@ -44,7 +44,7 @@ interface IDiscoveryService {
*
* @param string $remote
* @param string $service the service you want to discover
* @param bool $skipCache We won't check if the data is in the cache. This is usefull if a background job is updating the status
* @param bool $skipCache We won't check if the data is in the cache. This is useful if a background job is updating the status - Added in 14.0.0
* @return array
*/
public function discover(string $remote, string $service, bool $skipCache = false): array;

Loading…
Cancel
Save