missing type
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
feeb62a496
commit
0c8c6ad5c7
|
@ -65,11 +65,11 @@ interface IIndexService {
|
||||||
* @since 15.0.0
|
* @since 15.0.0
|
||||||
*
|
*
|
||||||
* @param string $providerId
|
* @param string $providerId
|
||||||
* @param $documentId
|
* @param string $documentId
|
||||||
* @param int $status
|
* @param int $status
|
||||||
* @param bool $reset
|
* @param bool $reset
|
||||||
*/
|
*/
|
||||||
public function updateIndexStatus(string $providerId, $documentId, int $status, bool $reset = false);
|
public function updateIndexStatus(string $providerId, string $documentId, int $status, bool $reset = false);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue