We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99b68d1 + e830105 commit f5507ddCopy full SHA for f5507dd
1 file changed
src/Document.php
@@ -39,12 +39,12 @@ class Document
39
*
40
* @param \Devloops\Typesence\Lib\Configuration $config
41
* @param string $collectionName
42
- * @param int $documentId
+ * @param string $documentId
43
*/
44
public function __construct(
45
Configuration $config,
46
string $collectionName,
47
- int $documentId
+ string $documentId
48
) {
49
$this->config = $config;
50
$this->collectionName = $collectionName;
@@ -85,4 +85,4 @@ public function delete(): array
85
return $this->apiCall->delete($this->endpoint_path());
86
}
87
88
-}
+}
0 commit comments