Skip to content

Commit 1b34e36

Browse files
committed
Fix doc block for internal method
1 parent 9dec42d commit 1b34e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChangeStream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function valid()
138138
/**
139139
* Extracts the resume token (i.e. "_id" field) from the change document.
140140
*
141-
* @param array|document $document Change document
141+
* @param array|object $document Change document
142142
* @return mixed
143143
* @throws InvalidArgumentException
144144
* @throws ResumeTokenException if the resume token is not found or invalid

0 commit comments

Comments
 (0)