Fix PHPDoc
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
0b6e197491
commit
fa76b49cd2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue