diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-04-11 00:36:10 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-04-18 19:20:26 +0200 |
commit | fa76b49cd2811b0e441bc82ba2e707ae0214aa0f (patch) | |
tree | 4d1d8fb63e9ae819b1ee80eb0dfc44393c7f3ed4 /lib | |
parent | 0b6e1974913580e6b17bbfb1b83259412529032e (diff) | |
download | nextcloud-server-fa76b49cd2811b0e441bc82ba2e707ae0214aa0f.tar.gz nextcloud-server-fa76b49cd2811b0e441bc82ba2e707ae0214aa0f.zip |
Fix PHPDoc
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/OCS/IDiscoveryService.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |