Skip to content
Snippets Groups Projects
Unverified Commit 0c8c6ad5 authored by Maxence Lange's avatar Maxence Lange Committed by Roeland Jago Douma
Browse files

missing type

parent feeb62a4
No related branches found
No related tags found
No related merge requests found
...@@ -65,11 +65,11 @@ interface IIndexService { ...@@ -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);
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment