Fix PHPDoc

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-04-11 00:36:10 +02:00 committed by Roeland Jago Douma
parent 0b6e197491
commit fa76b49cd2
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

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