]> source.dussan.org Git - nextcloud-server.git/commitdiff
missing type 12169/head
authorMaxence Lange <maxence@artificial-owl.com>
Wed, 31 Oct 2018 14:49:53 +0000 (15:49 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 31 Oct 2018 18:43:18 +0000 (19:43 +0100)
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
lib/public/FullTextSearch/Service/IIndexService.php

index 376c07a44901b943e34d539faeb494f7ab2a7e4a..c5d1b9b3bcf356795213afb45ef8ac5a0f66c89c 100644 (file)
@@ -65,11 +65,11 @@ interface IIndexService {
         * @since 15.0.0
         *
         * @param string $providerId
-        * @param $documentId
+        * @param string $documentId
         * @param int $status
         * @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);
 
 
        /**