From fa76b49cd2811b0e441bc82ba2e707ae0214aa0f Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 11 Apr 2018 00:36:10 +0200 Subject: [PATCH] Fix PHPDoc Signed-off-by: Morris Jobke --- lib/public/OCS/IDiscoveryService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/OCS/IDiscoveryService.php b/lib/public/OCS/IDiscoveryService.php index 704840cf7b5..ad1499e75fd 100644 --- a/lib/public/OCS/IDiscoveryService.php +++ b/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;