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
+1 -1
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;