Commit 2c1cdb5f authored by Jeremy Mikola's avatar Jeremy Mikola

Fix doc block for internal method

parent a3a14c26
...@@ -138,7 +138,7 @@ class ChangeStream implements Iterator ...@@ -138,7 +138,7 @@ class ChangeStream implements Iterator
/** /**
* Extracts the resume token (i.e. "_id" field) from the change document. * Extracts the resume token (i.e. "_id" field) from the change document.
* *
* @param array|document $document Change document * @param array|object $document Change document
* @return mixed * @return mixed
* @throws InvalidArgumentException * @throws InvalidArgumentException
* @throws ResumeTokenException if the resume token is not found or invalid * @throws ResumeTokenException if the resume token is not found or invalid
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment