Bladeren bron

Fix PHPDoc

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tags/v14.0.0beta1
Morris Jobke 6 jaren geleden
bovenliggende
commit
fa76b49cd2
No account linked to committer's email address
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      lib/public/OCS/IDiscoveryService.php

+ 1
- 1
lib/public/OCS/IDiscoveryService.php Bestand weergeven

@@ -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;

Laden…
Annuleren
Opslaan